Forum Discussion
Anonymous
8 years agoNot applicable
Powerbi PPM calculation
Hi Powerbi Community, I am struggeling with a PPM calculation I am trying to preform. All files do have relationship between them. I do have the total quantity supplied to several customers...
- Anonymous8 years ago
Anonymous,
Change formula of PPM to the following , then create visuals combining different fields with this measure and check if the measure returns your expected result.PPM = CALCULATE(SUM('Supporting Data'[Quantity Reported]))/CALCULATE(SUM('Main Data'[Net Inv QTY]),ALLSELECTED('Main Data'))*1000000
Regards,
Lydia
Anonymous
8 years agoNot applicable
Anonymous,
Change formula of PPM to the following , then create visuals combining different fields with this measure and check if the measure returns your expected result.
PPM = CALCULATE(SUM('Supporting Data'[Quantity Reported]))/CALCULATE(SUM('Main Data'[Net Inv QTY]),ALLSELECTED('Main Data'))*1000000
Regards,
Lydia