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 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 Team
If 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!
- Heinrich2 years ago
Post Partisan
Hello Yang
Great thank you.
Regards
Heinrich