Forum Discussion
Countax Example
- Anonymous2 years ago
Hi Heinrich ,
Thanks for the reply Greg_Deckler , it is an important step forward in resolving the issue.
I used the example data you provided and selected Create a measure in the Data view.
Please try:
count = CALCULATE( COUNTAX('Export_User_Global', 'Export_User_Global'[Application]), FILTER( 'Export_User_Global', 'Export_User_Global'[Application] = "Teams Classic" || 'Export_User_Global'[Application] = "New Teams Client" ) )The page effect is shown below:
If you have any other questions please feel free to contact me.
The pbix file is attached.
Best Regards,
Yang
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
Hi
Thank you very much
Of course.
Here the sample data
| UPN | Name | Country | CountryAbbreviation | Company | Title | AccountEnabled | Application |
| x | x | Italy | IT | a | True | a | |
| a | a | France | FR | b | True | New Teams Client | |
| b | b | Switzerland | CH | c | True | Teams Classic | |
| c | c | India | IN | d | True | New Teams Client | |
| d | d | India | IN | e | True | Teams Classic | |
| e | e | India | IN | f | True | New Teams Client |
The result should be 5. Counting only the rows of column Application and only the values "Teams Classic" and "New Teams Client".
Regards
Heinrich