We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
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 |
7647 | 30 |
7647 | 30 |
7700 | 60 |
7700 | 60 |
7700 | 60 |
7700 | 60 |
7700 | 60 |
Solved! Go to Solution.
@Anonymous Could you please share expected result in sample table
Expected Result
istID | PlannedProcedureTime |
7659 | 120 |
7647 | 30 |
7700 | 60 |
@Anonymous try this
Hi thanks - but can we do this as a meseaure as i need to use it for other visuals and metrics. please.
@Anonymous try this
Measure = max(Yourtable[PlannedProcedureTime])
User | Count |
---|---|
62 | |
59 | |
46 | |
35 | |
31 |
User | Count |
---|---|
85 | |
71 | |
57 | |
51 | |
46 |