Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Sum or Sumx based in distinct count another column same table

Hi Expert   Need a dax measure to give me the distinct count based in ListID and the sum of the PlannedProcedureTime   see sample data ListID PlannedProcedureTime 7659 120 7659 120 ...
  • ddpl's avatar
    ddpl
    3 years ago

    Anonymous try this

    Measure = max(Yourtable[PlannedProcedureTime])