Forum Discussion
Kolumam
8 years agoPost Prodigy
Issue with Calculating percentage
Hi All, Please see the below image. I was trying to create a calculate column of [SUM( Y)/SUM(X) ]* 100 and create a pie chart but it's not working as expected. It doens't have the summ...
quentin_vigne
8 years agoSolution Sage
Hi Kolumam
You are only calculating the percentage of Y on X.
Maybe you should try :
DIVIDE(Calculate(SUM(Table[Y]);All(Table));Calculate(SUM(Table[X]);All(Table))
And then choose to display it as percentage
- Quentin
- Kolumam8 years agoPost Prodigy
I did but doesn't split up.. shows the same for all