Forum Discussion
fiorela
Helper I
6 years agodistinct count and group by
Hi there ! i would like your help on this. I dont know how to search and how to make the following calculation. I have the following columns: User Session Category Juan A ...
PaulDBrown
Community Champion
6 years ago
All you need is this measure;
Number of categories = DISTINCTCOUNT('DataTable CatUser'[Category])
And you can then create a table or matrix to display the breakdown by User or by User/Session:
- fiorela6 years ago
Helper I
thank you so much !!! works too