Forum Discussion
Anonymous
6 years agoNot applicable
Measure total wrong
Hello I created a measure where total is coming wrong. I tried options shown in other posts with has one filter, not working. Any help? My measure looks like Calculate(datediff(firstdate(table1[fie...
- Anonymous6 years agoYes,its measure total problem. When I added if( hasonefilter (table1[field1) at the front of created measure, total row goes away. For now I am okwith that
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
Anonymous
6 years agoNot applicable
Yes,its measure total problem. When I added if( hasonefilter (table1[field1) at the front of created measure, total row goes away. For now I am okwith that