Forum Discussion
Anonymous
3 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 ...
- 3 years ago
Anonymous try this
Measure = max(Yourtable[PlannedProcedureTime])
Anonymous
3 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
3 years agoSolution Sage
Anonymous try this
Measure = max(Yourtable[PlannedProcedureTime])