Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Handling Case Sensitivity in Power BI

Hi,    The table has column name  "Tags" under which it has three values-  [ "name", "Name", "NAme"]   I need a distinct count answer to be 3 not as 1, Total = DISTINCTCOUNT('table'[Tags])   I...