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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
twofingertyper
Helper III
Helper III

Filter pane - removing a large number of values

Hi all, 

 

I want to use my filter pane to reduce the clutter in my data - particularly when users are entering text boxes.

 

I can obviously limit things based on entries, so specific 'is not' selections for things such as 'aaa', '....', '--', etc. but is there a better way to do this - either as a calculated column/measure/power query, or just as a way to have a large amount of slicers brought to bear on the same data column?

 

Thanks! 

5 REPLIES 5
Ritaf1983
Super User
Super User

Hi @twofingertyper 

Technically, you can add a test column that will return true/false based on a nested condition if all the strings you think shouldn't be there and filter the report accordingly.

Logically, I didn't quite understand the problem that a user will type whatever he wants because anyway we are talking about filtering only, nothing that a user types affects the database.

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

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Sorry - the field in the database is drawn from a form where the field is 'free text' meaning there's no limits or controls on what the user enters. 

 

I can go through and add a slicer that removes things that appear as 'aaa', '###' or similar (where the user has entered rubbish, basically) but there's such a long list of random entries that I wondered if there was a better way of doing it. 

 

A calculated column to flag records with some rules (length, ensuring that the entry is text as opposed to symbol - if that's possible, etc) along with using TRIM on the initial column may be the way forward here.  

Hi @twofingertyper 

I'm probably missing something, but I still don't understand what this has to do with the slicer...

All the problems with the open text field are database problems, why do you want to limit report users to typing things into the filters?

It's just a slicer and affects the values ​​that will be filtered... The database is not affected by this in any way...

Or are you talking about a situation where you have a Power Automate process allowing report users to type back into the database?

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

I don't want to limit the users entry, I want to use the slicer (or other method) to filter out the poor quality entries that are displayed in the PowerBI - a type of quality control to remove blanks and other none text values. 

Ideally it would be dealt with at the user input stage, but that's not happening for the foreseeable future. 

aduguid
Super User
Super User

I've used a few buttons with some bookmarks to achieve this. You could then turn on and off filter areas by using the selection pane and saving the bookmark.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors