Forum Discussion
wrong column subtotals
Hi Power Bi users,
I have a little issue with the column subtotals for a pivot table i've made using following dax-formula:
Hi Anonymous ,
Create a new meaure like that should fix the issue.
new = sumx(your table, [Measure C])
4 Replies
- Greg_DecklerCommunity Champion
This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907- AnonymousNot applicable
Hi Greg,
Thank your for your answer. Works perfectly!!
Thank you for your help.
Kr,
Stefanie
- v-frfei-msftCommunity Support
Hi Anonymous ,
Create a new meaure like that should fix the issue.
new = sumx(your table, [Measure C])- AnonymousNot applicable
Thank you for your reponse, but doesnt work.
Kind regards,
Stefanie