Forum Discussion
LamSar
4 years agoHelper III
Divide function with incorrect result
Good afternoon,
I have a problem with a formula to calculate a percentage.
See picture below:
The red bar shows 11,56%.
The pct column in the tooltip is not 11% in total.
This is the measure I used:
pct reden te kort =
VAR totManco = CALCULATE(sum(Leverorder[aantal manco]), Manco[Reden van tekort (groep)] = "Overige")
RETURN
DIVIDE([Aantal manco], totManco,0)
What am I doing wrong?
Thank you.