Forum Discussion

James_Galis1's avatar
James_Galis1
Helper II
3 years ago
Solved

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   ...
  • nickc_innova's avatar
    3 years ago

    You might try:

    SUMX(
        SUMMARIZE('Table','Table'[Start Date], 'Table'[Free Time]), [Free Time])