Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

To get the count

Hi,   I need help to build a visual in Power BI  I have combined 6 differtnt report with the same coulumn name and similar data types.  The below image is for one of the user, similarly we have m...
  • Anonymous's avatar
    Anonymous
    3 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 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