Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Manesh_13
Frequent Visitor

Calculation Groups

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:

Manesh_13_0-1721651130522.png

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 

3 REPLIES 3
Syndicate_Admin
Administrator
Administrator

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"))

Anonymous
Not applicable

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:

Manesh_13_0-1721718913695.png

so that each metric is grouped together with its respective Current, PY, var to PY, %Var to PY values. 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.