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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
fuc
Frequent Visitor

Text Filter Help

Hello all, 

 

Is it possible for a text filter to be able to do a "fuzzy search"?  

Example:  

User types in "Teir" into the text search box but actually should have typed "Tier".   

I would need for "Tier" to show up even if the user transposed the middle characters.  

Any guidance is appreciated. 

 

Thanks. 

1 ACCEPTED SOLUTION
rohit1991
Super User
Super User

Hi @fuc ,

 

Yes, implementing a fuzzy text search in Power BI is possible, but it requires a workaround since the default Text Filter visual does not support approximate matching. One effective method is using Power Query’s Fuzzy Merge, where you create a reference table with correct spellings and then perform a fuzzy merge between the user’s input and this list, allowing minor variations like typos or transpositions.

 

Another approach is using DAX with search functions, such as SEARCH or CONTAINSSTRING, to create a calculated column that ranks words based on similarity, though this requires a structured list of possible terms. For more advanced use cases, integrating Power Automate with Cognitive Services can provide intelligent text recognition and similarity scoring. While Power BI does not have built-in fuzzy search for text filters, these methods can help approximate the intended input and display the correct results even when a user mistypes a word.


Did it work? ✔ Give a Kudo • Mark as Solution – help others too!

View solution in original post

4 REPLIES 4
rohit1991
Super User
Super User

Hi @fuc ,

 

Yes, implementing a fuzzy text search in Power BI is possible, but it requires a workaround since the default Text Filter visual does not support approximate matching. One effective method is using Power Query’s Fuzzy Merge, where you create a reference table with correct spellings and then perform a fuzzy merge between the user’s input and this list, allowing minor variations like typos or transpositions.

 

Another approach is using DAX with search functions, such as SEARCH or CONTAINSSTRING, to create a calculated column that ranks words based on similarity, though this requires a structured list of possible terms. For more advanced use cases, integrating Power Automate with Cognitive Services can provide intelligent text recognition and similarity scoring. While Power BI does not have built-in fuzzy search for text filters, these methods can help approximate the intended input and display the correct results even when a user mistypes a word.


Did it work? ✔ Give a Kudo • Mark as Solution – help others too!
Anonymous
Not applicable

Hi @fuc ,

As parry2k said, you can come up with your own ideas in Idea.

Currently Power BI Desktop only has fuzzy search available in Power Query.

You can check out this documentation below to learn more:

How fuzzy matching works in Power Query - Power Query | Microsoft Learn

vyilongmsft_0-1739757475015.png

vyilongmsft_1-1739757498344.png

 

 

Best Regards

Yilong Zhou

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

fuc
Frequent Visitor

Thanks for responding!  Unfortunately, fuzzy matching isn't what is needed for this.  Not a merge, just need to search on the text in a column.  I may find a creative way....

parry2k
Super User
Super User

@fuc I don't think this functionality is available, it is a good idea. Maybe add this as an idea on the ideas forum. 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.