Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Help with Complex Summarize Measure

Here is what I’m trying to accomplish: I have a table of employees, and a date table in my model. The employee table has a terminated date column. In my report, I have a date slicer. I would like t...
  • parry2k's avatar
    parry2k
    8 years ago

    Use sumx function to sum your existing measure you calculated for days

     

    Total Terminated Days = SUMX(Table1, [your measure])