Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

How to insert many filters in a table

Hi,

 

I'm trying to filter a table, as the image bellow.

 

mpoppes_0-1622729503927.png

 

I'd like to filter a column to show only the results that contain the word "Media", "Muito Alta", "Alta". However, it only allowed to I insert at maximum two words. How can I put more on it?

 

1 ACCEPTED SOLUTION
Fowmy
Super User
Super User

@Anonymous 

You cannot apply more than two as you mentioned. but you can create a measure and drip in the visual filter. Follow this please:

FilterMeasure: =
COUNTROWS (
    FILTER ( table, table['Primario..'] IN { "Media", "Muito Alta", "Alta" } )
)



set it to 'Grater than 0'

 









Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

View solution in original post

1 REPLY 1
Fowmy
Super User
Super User

@Anonymous 

You cannot apply more than two as you mentioned. but you can create a measure and drip in the visual filter. Follow this please:

FilterMeasure: =
COUNTROWS (
    FILTER ( table, table['Primario..'] IN { "Media", "Muito Alta", "Alta" } )
)



set it to 'Grater than 0'

 









Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors