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...
javeir_obregon
6 years agoFrequent Visitor
What's the result you are expecting here?
Ron - 3
Shawn - 2
William - 2
John - 2
Chris - 4
????
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_obregon6 years agoFrequent Visitor
You can create a measure:
Unique Client IDs = DISTINCTCOUNT('Table'[Client ID])