Forum Discussion
James_Galis1
3 years agoHelper II
Sum 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
3 years agoAdvocate I
You might try:
SUMX(
SUMMARIZE('Table','Table'[Start Date], 'Table'[Free Time]), [Free Time])