Hi,
I have a requirement to change the Subtotal aggregation in Pivot visual. So the Scenario is I have a measure column with multiple rows grouped by a couple of dimension fields. The Measures values needs to be aggregated as sum so that I will be getting all the values summed for a particular category, in the same time I need the subtotal as average of that Category. Is that possible in Quicksight or is there any workaround for it?
Example
Backend Data:
Category | Orders |
Dress 10
Dress 20
Dress 10
Expected Output:
Category | Orders |
Dress 40
Subtotal 13.33
Current Output:
Category | Orders |
Dress 40
Subtotal 40
Thanks