Forum Discussion
Custom calc in matrix total
- 4 years ago
Hi, ctedesco3307
Have you tried the solution provided by PaulDBrown to change the total value?
You can refer to these silmilar threads.
Matrix-total-subtotal-row-customization
Totals and Subtotals in Matrix
For some reason I can't download your sample. If the problem isn't solved, please share your sample data and expected result in Excel for further research.
Best Regards,
Community Support Team _ Eason
To show a different result for the totals you can use the function ISINSCOPE.
So it would be something along the lines of:
Different total = IF(ISINSCOPE(Table[column]), [measure 1], [measure 2])
- ctedesco33074 years ago
Resolver II
PaulDBrown Thank you for your reply. I will try this
- Greg_Deckler4 years ago
Community Champion
ctedesco3307 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/547907Also, MM3TR&R may help: Matrix Measure Total Triple Threat Rock & Roll - Microsoft Power BI Community