Forum Discussion
Anonymous
6 years agoNot applicable
Count Unique Client or Customer IDs
Hello Friends, I am stuck at "Distinct Count" for unique client/customer IDs. Here is my what is happening: I have a huge dataset that includes clients with their respective client IDs. These...
Anonymous
6 years agoNot applicable
Thank you for the response.
I expect the result to be as follows:
Total Count of Client IDs = 5 (Ron, Shawn, William, John, Chris)
This is irrespective of the number of times each client ID is repeated in this column.
javeir_obregon
6 years agoFrequent Visitor
You can create a measure:
Unique Client IDs = DISTINCTCOUNT('Table'[Client ID])