Forum Discussion
Anonymous
7 years agoNot applicable
Total is wrong
Hello, I have calculated measure Total_LC as given below Total_LC = VAR F12 = SUM('NCC Chart''s'[F12]) VAR H12 = SUM('NCC Chart''s'[H12]) RETURN (average('NCC Chart''s'[Net_NCC_Cost])+ ...
- 7 years ago
Anonymous
7 years agoNot applicable
Power-BI do not just sum the values in the column.
It actually executes the formula for the row in total.
So, based on your formula and the screen-shot you provided.
average('NCC Chart''s'[Net_NCC_Cost]) = -1,105,559.14
H12 - F12 ( 0.2020 - 1.3160) is not greater than 0
So your calcualtion is -H12 + F12 (-0.2020 + 1.3160) * 1000000 = 1,114,000
-1,105,559.14 + 1,114,000 = 8440.86