Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
User | Count |
---|---|
117 | |
75 | |
61 | |
50 | |
44 |
User | Count |
---|---|
175 | |
125 | |
60 | |
60 | |
58 |