Forum Discussion
ibrahimsharaf
Microsoft Employee
10 years agohow to count distinct strings in a column?
I have a column that contains strings (Client IDs for the visitors of my website), I want to create a Card visualization that counts the number of visitors, so I have to count the distinct ones only,...
- Anonymous10 years ago
Uniques = DISTINCTCOUNT(MyTable[ClientId])
Anonymous
10 years agoNot applicable
Uniques = DISTINCTCOUNT(MyTable[ClientId])