Forum Discussion
Kolumam
Post Prodigy
8 years agoIssue 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
Solution Sage
8 years agoHi 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
Kolumam
Post Prodigy
8 years agoI did but doesn't split up.. shows the same for all