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...
FlaF
Helper I
8 years agoYou need to create a new column with this formula: DIVIDE(table.Y;table.X)
Then, you have to change the format in percentage: menu bar -> modeling -> format
Ciao
Flavia