Hi guys,
i try to give my Dashboard a pivot table functionality and want to use only one universe query to get the data.
I would like to have the following output to fill a column chart:
Period | Sum of Measure
for three dimensions i can choose in combo boxes who fill the prompts of my query.
My problem is, that i cannot tell Dashboards to show different Sums of the Measure when choosing different combinations of Dimensions. For example:
Choosing some value of Dimension 1 gives me the overall total of that value per period; Choosing Dimension 1 and 3 should give me only the total of that context and ignores that the prompt for Dimension 2 is not filled, so values/rows for Dimension 2 will be ignored to get only one row for each period.
Hope you understand what i mean. It should work like a pivot table in excel, so that you can choose different filters and you get different totals for that context.
Actual my output from the query are seven tables, for each combination of the three dimensions i need a table to get the right sum of the measure per period.
Do you have any idea how i can do this?