Forum Discussion
James_Galis1
Helper II
3 years agoSum max value
Hello Hoping to get some assistance with a measure that adds up the value in the " Free time" column for each given date. I use a date slicer which could show x number of days, weeks etc ...
- 3 years ago
You might try:
SUMX( SUMMARIZE('Table','Table'[Start Date], 'Table'[Free Time]), [Free Time])
nickc_innova
Advocate I
3 years agoYou might try:
SUMX(
SUMMARIZE('Table','Table'[Start Date], 'Table'[Free Time]), [Free Time])