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 ...
az38
Community Champion
6 years agoHi fiorela
you dont need any additional columns, just try a measure
countDISTINCTCategory = calculate(DISTINCTCOUNT('Table'[Category]), ALLEXCEPT('Table', 'Table'[User]))
do not hesitate to give a kudo to useful posts and mark solutions as solution
fiorela
Helper I
6 years agolet me try this, and i will let you know if that works. Thanks in advance