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.
- John_Peter6 years agoRegular Visitor
Thanks,
Then i will change the column to a Calculated columns 😀
- v-kelly-msft6 years agoCommunity Support
Hi John_Peter ,
Is your issue solved?Can you make it as answered to close it?
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
- Anonymous6 years agoNot applicable
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.
Utilization = (sum(DirectLabor[ActualHours])+(CALCULATE(InDirect[Set Up]/3)))/CALCULATE([Avail])- 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?