Forum Discussion
gauravnarchal
Post Prodigy
6 years agoCount
Need help!!
I need to create a measure to count total number of {True} users for each company. Can you please help?
gauravnarchal You can create below measure
Total_True_USer = CALCULATE(DISTINCTCOUNT('Table'[Company_Name]),'Table'[is_active]=TRUE())
2 Replies
- AntrikshSharma
Community Champion
- negi007
Community Champion
gauravnarchal You can create below measure
Total_True_USer = CALCULATE(DISTINCTCOUNT('Table'[Company_Name]),'Table'[is_active]=TRUE())