Forum Discussion

lizrowden's avatar
lizrowden
Helper I
7 years ago
Solved

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's avatar
    7 years ago

    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