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...
Kolumam
Post Prodigy
8 years agoI did but doesn't split up.. shows the same for all
FlaF
Helper I
8 years agoDid you calculate new columns with a formula like divide(sum(table.Y);sum(table.X))? or like divide(table.Y;table.X)?
- Kolumam8 years ago
Post Prodigy
Tried both.
It's not showing the split up of percentage.
- FlaF8 years ago
Helper I
Are your data in the same database of the site name? Is there a link between data and the site name?
- Kolumam8 years ago
Post Prodigy
Hi
The average of % solar is 31% but it is showing as 34% ( when I do SUM(annual PV consumed)/sum(annual Load)). How do I do a weighted average to acheive 31%?