Forum Discussion
Total column not changing with filters
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
Greg_Deckler thank you for the response however I'm still confused. I'm a beginner to Power Bi.
Thanks
- Greg_Deckler7 years ago
Community Champion
When a measure executes in a Total row, it always executes in the context of ALL. It removes all context filters. So, that is why it never changes. When you filter the table, the rows change but the context in the Total row is still ALL so you have to account for that. The last link I sent shows how to fix it.
- bouyazbekj7 years ago
Helper I
- bouyazbekj7 years ago
Helper I
Bump. Still looking for help