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
Hi,
Try this measure
=SUMX(VALUES('users-2'[Auto]),your_measure)
5 Replies
- Ashish_Mathur
Super User
Hi,
Try this measure
=SUMX(VALUES('users-2'[Auto]),your_measure)
- AnonymousNot applicable
google übersetzen - Google-Suche
Perfect, works exactly as I wanted. Thank you for the quick help.- Ashish_Mathur
Super User
You are welcome.
- Greg_Deckler
Community 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- AnonymousNot applicable
Greg thanks.
Your answer unfortunately does not solve my problem.