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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

PGM % help

We are converting from Tableau to Power BI. I have a PGM% calc in Tableau = sum(PGM Numerator)/sum(PGM Denominator) where the numerator is PGM and the denominator is sales that will use the filters in the report to calculate the %. I can't seem to get this to work in Power BI.

PGM % =
VAR
Net_Sales =CALCULATE([Bridges Live Scale], 'Report Line Hierarchy'[Report Line for Reporting]="Sales", 'Bridges Base Data'[Category] = "CY Forecast")
VAR
PGM =CALCULATE([Bridges Live Scale],'Report Line Hierarchy'[Report Line for Reporting]="PGM", 'Bridges Base Data'[Category] = "CY Forecast")
return
Calculate(DIVIDE(PGM,Net_Sales,0))
 
I can get the Sales and PGM values to populate in my visual using the above calculation and reflect my filters but the PGM % returns a 0% regardless. I think I am missing the SUM function from Tableau but don't know where to apply it.
1 ACCEPTED SOLUTION
Anonymous
Not applicable

I figured it out. No further work required!!

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@Anonymous , measure [Bridges Live Scale] should be sum measure. Category and Report Line for Reporting do not have other filters on-page or visual

 

Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

 

 

 

Anonymous
Not applicable

Hello

Bridges Live Scale = round(IF(HASONEVALUE(Scale[Scale]),SUM('Bridges Base Data'[Amount Correct Sign])/VALUES(Scale[Scale]),SUM('Bridges Base Data'[Amount Correct Sign])),2)

 

Scale = Thousands or millions

 

The category can be in the filter. I was troubleshooting so I put it in the measure. The only filter we need in the calc is the reportline Sales for the one and PGM for the other. I can get those numbers but when I divide them, I get nothing.

Capture.PNG

 

Anonymous
Not applicable

I figured it out. No further work required!!

Anonymous
Not applicable

Here is a pic of our Bridges Base Data. We use the Report Line Code to pick the Sales and PGM. 

Capture.PNG

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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