Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi Power Bi users,
I have a little issue with the column subtotals for a pivot table i've made using following dax-formula:
Solved! Go to Solution.
Hi @Anonymous ,
Create a new meaure like that should fix the issue.
new = sumx(your table, [Measure C])
Hi @Anonymous ,
Create a new meaure like that should fix the issue.
new = sumx(your table, [Measure C])
Thank you for your reponse, but doesnt work.
Kind regards,
Stefanie
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
Hi Greg,
Thank your for your answer. Works perfectly!!
Thank you for your help.
Kr,
Stefanie