Forum Discussion
OneWithQuestion
Post Prodigy
9 years agoWaterfall chart adding percentages up in total column?
I am using a waterfall chart showing gross margin %. The issue I am running into is that instead of showing period over period fluctuations it just keeps adding the percentages: Periods | P...
MFelix
Super User
8 years agoHi Frederico,
You refer that in absolute values it works but in percentage the values aren't right. How are yout calculaiting percentages?
Regards,
MFelix
Frederico
8 years agoFrequent Visitor
I am approaching them in two different ways according to the needs. Examples below.
Measure% = (sum(valueA) + sum(valueB)) / sum(BaseValue))
or
Measure% = sum(valueA) / sum(BaseValue)