It is not possible to have an aggregation function inside another aggregation function here. It has nothing to do with the Set analysis.
It looks as if you are trying to calculate a percentage, No of Responses over No of Calls\Clicks. Then you should have one aggregation function divided by another, e.g. Sum(Responses)/Sum("Calls\Clicks")