Forum Discussion
PaulHallam
6 years agoHelper III
Help with SUMMARISE measure
Hi, I have the following table 'DATA' CATEGORY ITEM DATETIME VALUES 1 A 01/01/2020 09:00:00 1 1 A 01/01/2020 09:00:00 0 1 A 01/01/2020 09:00:00 1 1 A 01/01/2020 09:00...
- 6 years ago
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
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
PaulHallam
6 years agoHelper III
All sorted, thanks Greg