Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Greetings All,
I am having an issue at the moment with the display I am getting with calculated groups I want the display to group the output by the measure rather than the Date functions (Current, PY, var Prior Year and % var prior year).
this is what it is currently giving me:
however I want it to display all the sales for Current, PY, var PY and % var PY together and then sentty and then orderqty does anyone know if that can be done and if so how can it be done?
Thanks
Manesh
Hi, you cannot get the view you would like directly, however you can create new single measures using your calc group within the filter of a calculate, this will allow you to drop your measures where you like.
E.g..
- CALCULATE([Sell], FILTER(ALL('CalcGroup'), 'CalcGroup'[TimeAnalysis] = "Current"))
- CALCULATE([Sell], FILTER(ALL('CalcGroup'), 'CalcGroup'[TimeAnalysis] = "PY"))
- CALCULATE([Sell], FILTER(ALL('CalcGroup'), 'CalcGroup'[TimeAnalysis] = "Var Prior Year"))
Hi, @Manesh_13
Can you provide some sample data? And the output you expect. It can be displayed as a picture or in Excel.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
This is how I want it to look like:
so that each metric is grouped together with its respective Current, PY, var to PY, %Var to PY values.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 28 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 43 | |
| 35 | |
| 32 |