Forum Discussion
Anonymous
6 years agoNot applicable
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: 'MeasureC = IF(ISBLANK(MeasureA), (blank() + 0), MeasureB)'. What I...
- 6 years ago
Hi Anonymous ,
Create a new meaure like that should fix the issue.
new = sumx(your table, [Measure C])
Greg_Deckler
6 years agoCommunity 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
- Anonymous6 years agoNot applicable
Hi Greg,
Thank your for your answer. Works perfectly!!
Thank you for your help.
Kr,
Stefanie