The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi!
I have a simple table with multiple data columns
Customer | Date | Sales | Units |
Cust 1 | 2023-01-01 | 100 | 20 |
Cust 1 | 2023-01-02 | 50 | 10 |
For each data column (Sales, Units) I want to calculate set of measures, for example Max and Average (my measures are more complex, but this is not important for the question).
Then I want to display this measures grouped like this based on the columns chosen in the slicer (for example if I had and chose 3rd column, Cost, it would appear under Max and Average as well).
Is there any way to do this?
I tried parameters, but for parameters I need to use only related columns, but I want to just add row context.
Read about Calculation Groups.
User | Count |
---|---|
26 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
28 | |
13 | |
12 | |
12 | |
6 |