It would be extremely helpful to allow filters for aggregate functions.
Use Case:
In order to calculate the percentage of total sales for category A, I need to sum sales filtered by category A and divide by the sum of sales. Currently, it works to use if statements for summations, but this workaround can't be used for aggregate functions like average.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.