Forum Discussion
Martix totals
Hello all,
I have an issue with the totals in a Matrix. I have a measure that gives me the last non blanks to show me the product stock on any given moment. The indevidual numbers are correct but the totals are wrong. I understand to some degree that Measures are calulated for totals separately from the rows but i cant get this working.
I have a measure current_stock that gives me the last known stock of an item:
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
3 Replies
- Greg_Deckler
Community 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
Thank you.
I concludes as much but i couldnt figure out what the 'else' statement should be.
- Greg_Deckler
Community Champion
Awesome! Glad it helped!