Forum Discussion
aslan
Helper I
9 years agoGrand Total is not correct
Grand total must be 73,85 but it shows 73,78. Why is it? Can you please help?
- 9 years ago
This solved my issue
https://www.mrexcel.com/forum/power-bi/625617-grand-total-average-sum-sales-per-month.html
v-ljerr-msft
Microsoft Employee
9 years agoHi aslan,
Calculated column may work but I get value of 67.99 and 79.71 by (MeasureA-MeasureB)/MeasureA formula.
Instead of using (MeasureA-MeasureB)/MeasureA, could you try the formula below to see if it works to get the right Grand Total you need?:smileyhappy:
Percentage = SUMX ( 'TableName', ( [MeasureA] - [MeasureB] ) / [MeasureA] )
Note: The 'TableName' is the name of your table whose column you're showing on the Table/Matrix with the Percentage measure.
Regards
aslan
Helper I
9 years agoHi v-ljerr-msft
It doesn't work. I am getting very small value in PowerBI.