Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi All.
I have a need to join two client system extracts where the keys don’t exactly match.
Each table has PolicyNo, FirstName, LastName fields, data patterns are like
999991,Joe,Bloggs --matches-- AAA999991xx,Joe,Bloggs
999991,Joe,Bloggs --matches-- AAA999992xx,Mary,Bloggs
88188,An,Other --matches-- BBB88188,Anne,Other
88188,John,Smith --matches-- CCC88188,John,Smithe
I am getting good results using Table.FuzzyNestedJoin joining on all three fields with a Threshold setting of .7, when using a filtered test dataset (1000 records). 999991,Joe,Bloggs produces the necessary two matches AAA999991xx,Joe,Bloggs and AAA999992xx,Mary,Bloggs.
But when I scale up across the entire records (6K records table1, 1.5M table2) using the same code, {999991,Joe,Bloggs} only returns the AAA999991xx,Joe,Bloggs match.
Reducing the threshold to .5 produces many false matches e.g. {999991,Joe,Bloggs} returns additional hits such as BBB999991xx,Will,Robinson and 999991,Zachary,Smith but the important AAA999992xx,Mary,Bloggs match is missing.
Reducing the threshold further to say .3, {999991,Joe,Bloggs} produces a large number of false matches, but does produce the important AAA999992xx,Mary,Bloggs match.
So questions are:
Thanks for your help
Hi @KiwiPete ,
Check the reference below:
https://www.poweredsolutions.co/2019/03/26/fuzzy-matching-in-power-bi-power-query/
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.