Forum Discussion

ibrahimsharaf's avatar
ibrahimsharaf
Icon for Microsoft Employee rankMicrosoft Employee
10 years ago
Solved

how 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,...
  • Anonymous's avatar
    Anonymous
    10 years ago

    Uniques = DISTINCTCOUNT(MyTable[ClientId])