Forum Discussion
Daniel_Fdrvc
Helper I
5 years agoProblems with Total in matrix with measures
I've created a simple matrix and added to them a measure (with switch inside): Money = SWITCH(TRUE(), AND(Sale[Sales]>=6000,Sale[Sales]<7500),100, AND(Sale[Sales]>=7500,Sale[Sales]<9000),300, ...
- 5 years ago
Daniel_Fdrvc 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
Daniel_Fdrvc
Helper I
5 years agoamitchandak Greg_Deckler guys, maybe you can help me? 😞