Forum Discussion
Syndicate_Admin
5 years agoAdministrator
Add unique values.
Good!! I need for a table, which contains the name of a profile and the number of people in that profile, in that table the profiles are repeated several times, create: a DAX measure, which ...
mussaenda
5 years agoCommunity Champion
Hi Syndicate_Admin ,
You can use the DistinctCount in Measure so those that are duplicated profiles will be counted as one only.
Hope this helps!