Forum Discussion
Percentage Total calculation
- 6 years ago
It looks like these are calculated columns rather than measures. If so, this is the opposite of what 99% of people complain about powerbi totals (The values are being added up).
If Gross% is written as a measure, I think you'll get what you want. Obviously I can't see your source data so that's a semi-educated guess.
It looks like these are calculated columns rather than measures. If so, this is the opposite of what 99% of people complain about powerbi totals (The values are being added up).
If Gross% is written as a measure, I think you'll get what you want. Obviously I can't see your source data so that's a semi-educated guess.
I am having the same issue. However, I am using a measure. Do i have to make it a calculated column? Below is my Measure.
- John_Peter6 years agoRegular Visitor
Hi Anonymous
My Percentage is a Measure
Gross% = DIVIDE(SUM(Ventes[Gross$]),SUM(Ventes[Sales]),0)Gross$ is a calculated Columns and Ventes[Sales] is a Column- Anonymous6 years agoNot applicable
John,
Did you get a resolution so your total as a sum and not calculating correctly?