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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Ricardo77
Helper II
Helper II

Basic question on placing more than 2 filters on PBI desktop

Hello, i need to place 5 "is not" filters on a visual and PBI Desktop only has space for 2. I can use the trick that, with basic filter, i select all, unselect 5, save the report and change to advance filtering, allowing me to change the 5 filters content. The doubt is, while i can so this on latest version of PBI desktop with a dummie table from excel, i can not so this over my report. So, why this strange behavior from PBI?

 

20220511_160444.jpg

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Ricardo77 ,

 

As far as I know, if we go directly to Advanced filtering it will only show two criteria. However, if you start with Basic filtering and then select the values for your criteria and then select Advanced filtering those criteria show like what your're experiencing.

 

Your demand is a good idea, while it is not supported to implement in Power BI currently.
You can vote up this idea for this function:More than 2 values for advanced filtering

Or you can submit a new idea to improve the Power BI.
It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

 

Or you can try to create a measure to filter your visual.

Measure = 
VAR _NOT_LIST = {"B","C","D","E","G"}
Return
IF(MAX('Table'[Category]) in _NOT_LIST,0,1)

Add this measure into the visual level filter and set it to show items when value =1.

Result is as below.

RicoZhou_1-1652693166582.png

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Ricardo77 ,

 

As far as I know, if we go directly to Advanced filtering it will only show two criteria. However, if you start with Basic filtering and then select the values for your criteria and then select Advanced filtering those criteria show like what your're experiencing.

 

Your demand is a good idea, while it is not supported to implement in Power BI currently.
You can vote up this idea for this function:More than 2 values for advanced filtering

Or you can submit a new idea to improve the Power BI.
It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

 

Or you can try to create a measure to filter your visual.

Measure = 
VAR _NOT_LIST = {"B","C","D","E","G"}
Return
IF(MAX('Table'[Category]) in _NOT_LIST,0,1)

Add this measure into the visual level filter and set it to show items when value =1.

Result is as below.

RicoZhou_1-1652693166582.png

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

amitchandak
Super User
Super User

@Ricardo77 , First got to basic filtering and select 5 values and then change it to advance , you will get 5 options

amitchandak_0-1652285014018.png

 

 

amitchandak_1-1652285059747.png

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

This solution works if you have enough values in your dataset to be able to select the number of values you want - but it isn't a given that you will! I am prepping reports for an upcoming event, so have very little data in my dataset now - but I need to flag the relevant values for when things kick-off, and currently have no way of doing that. It's bonkers!

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.