Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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.