Forum Discussion
lizrowden
7 years agoHelper I
Group data rows by 'count distinct' value
I am trying to get a count of the # of units serviced and having a difficult time. I feel like I have tried everything from the posts, but nothing is working. Below is a snapshot of the data and to t...
parry2k
7 years agoSuper User
lizrowden add new measure for calls by serial #
Calls by Serial # = DISTINCTCOUNT( CallDetailTable[ Call# ] )
drop table visua, and put serial # and Calls by Serial # and you will get the result
similar way you can add another measure for technicians
lizrowden
7 years agoHelper I
I appreciate your response, but I'm sorry I do not understand. Using a distinctcount by call # does not give the expected result. Perhaps you could provide clarification on the following...."drop table visua, and put serial # and Calls by Serial # and you will get the result"