Forum Discussion
To get the count
- Anonymous3 years ago
Hi Anonymous ,
If you want to filter out users greater than 120 minutes in the visual, you can select this visual and apply this filter.
If you want to calculate the number of users over 120 minutes, try this measure:
Measure = COUNTROWS(FILTER(SUMMARIZE('Table','Table'[userDisplayName],"min",[Duration in minutes]),[min]>120))Drag it into the card.
Best Regards,
Gao
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!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi Anonymous ,
If you want to filter out users greater than 120 minutes in the visual, you can select this visual and apply this filter.
If you want to calculate the number of users over 120 minutes, try this measure:
Measure = COUNTROWS(FILTER(SUMMARIZE('Table','Table'[userDisplayName],"min",[Duration in minutes]),[min]>120))
Drag it into the card.
Best Regards,
Gao
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!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum