Forum Discussion
gauravnarchal
5 years agoPost Prodigy
Count
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
- AntrikshSharmaCommunity Champion
- negi007Community Champion
gauravnarchal You can create below measure
Total_True_USer = CALCULATE(DISTINCTCOUNT('Table'[Company_Name]),'Table'[is_active]=TRUE())