Forum Discussion
Anonymous
4 years agoNot applicable
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 ...
- 4 years ago
Anonymous try this
Measure = max(Yourtable[PlannedProcedureTime])
Anonymous
4 years agoNot applicable
Hi thanks - but can we do this as a meseaure as i need to use it for other visuals and metrics. please.
ddpl
Solution Sage
4 years agoAnonymous try this
Measure = max(Yourtable[PlannedProcedureTime])