Forum Discussion
Anonymous
7 years agoNot applicable
Datediff - sum up a column
Hello, I would like to sum up the column "Anz_Tage 1". The result should be 116. The filter settings should be adopted. Thank you
- 7 years ago
Hi,
Try this measure
=SUMX(VALUES('users-2'[Auto]),your_measure)
Greg_Deckler
Community Champion
7 years agoThis 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
7 years agoNot applicable
Greg thanks.
Your answer unfortunately does not solve my problem.