This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Solved! Go to Solution.
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.
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.
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
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.
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....
@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.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 24 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 50 | |
| 33 | |
| 24 | |
| 24 |