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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Anonymous
Not applicable

Fazzy lookup in Excel and Fuzzy merge in Power BI

Hello,

I am trying to join two tables using Fuzzy Merge in Power BI. However the result only yield about 50% accuracy. In other words, I can only capture about 50% of the records that are join correctly.

 

I built these two tables in Excle then use Fuzzy lookup to compare the two tables. Surprising, it has achieved over 90% accuracy. WHat I did was use Fuzzy lookup and identfied the columns from each table to be matched. Then I use "Search" function to compare the output and see if I can find the string from one table in the matched row from another table. For those that achieved more than 85% of similarity, the match was right on. 

 

My questions is does the Fuzzy logic in Excle work the same way as Power BI? I prefer to use Power BI, but I like the results from Excel. 

5 REPLIES 5
mckenna_mey
New Member

Hi there! Realize your post was from years ago, but in the hopes of helping anyone who runs into this again in the future.. here are my thoughts: 50% accuracy from fuzzy merge is unfortunately pretty typical when you're matching anything beyond trivial cases.

The issue is that string similarity doesn't equal semantic similarity. "Apple Inc" and "Apple Incorporated" are obviously the same company, but "Apple Inc" and "Applebee's" might score similarly on fuzzy metrics depending on your threshold.

(Full disclosure) I work on a tool that uses LLM-based matching instead of string distance. You get much better accuracy because it actually understands that company name variations, abbreviations, and legal suffixes refer to the same entity. Also gives you a confidence score and explanation for each match so you can audit the ones you're uncertain about.

If you want to try it out free: https://everyrow.io/join

Anonymous
Not applicable

Hi @Anonymous 

1.You can set the similary thresold to improve the similarity, you can refer to the following link.

https://learn.microsoft.com/en-us/power-query/merge-queries-fuzzy-match#fuzzy-matching-options

2.You can create a transform table to improve the similarity, you can refer to the following link.

Fuzzy Match By Transformation Table | Power Query Masterclass EP35 | Get & Transform - YouTube

 

Best Regards!

Yolo Zhu

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

 

 

 

Anonymous
Not applicable

Hello,

Thank you for your feedback. 

 

I have tried the 1st solution. But even I creased the similarity score to 90%, it still not yield good results. The Excel was able to do a good Fuzzy match with just 85% similarity. I also notice that my version of Power BI does not have the option to allow me show the similarity score. I wonder if there is a set up I need to do in the Power BI.


For 2nd suggestion, I have a data table of more than 20,000 rows. It will be quite difficult to create a transformation table. 

 

Hope we can find another solution. 

 

Thank you. 

Anonymous
Not applicable

Hi @Anonymous 

The default Similarity threshold of power bi is 0.8, it means that it at least need to be matched with 0.8, so to improve the  similarity, you can check strings for case, or spaces, convert them, and merge them to improve match similarity. you can refer to the following link.

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

Bing Videos 

 

Best Regards!

Yolo Zhu

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

 

Anonymous
Not applicable

Another question is that how can I improve the accuracy in PowerBI.

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 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.