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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
mcolbert
Regular Visitor

Fuzzy Logic Match on Names

I am matching two data sets and have first and last name only to match on. I am wondering if there is a good explaiantion for threshold, and when results are returned, can it include the score?

 

Thanks

2 REPLIES 2
v-juanli-msft
Community Support
Community Support

Hi @mcolbert 

If my previous answer is not a solution to your scenario, you could check my suggestions below:

 

1. Assume you have name column in "Table", "Table(2)"

Capture7.JPG

 

2.

You could "split columns" in for two columns

Split columns by Delimiter " "(space)

Then change columns names

Table.RenameColumns(#"Changed Type1",{{"name.1", "First name"}, {"name.2", "Middle name"}, {"name.3", "Last name"}})

 

3. 

In "Table", Merge columns for "First name" and "Last name" columns

The same for "Table(2)"

Capture8.JPG4. Merge queries, then expand

Capture9.JPG

5. finally, merge columns "First name", "Middle name", "Last name" to "Merged",

merge columns "Table (2).First name", "Table (2).Middle name", "Table (2).Last name" to "Merged2",

Remove other columns

Capture10.JPG

 

Best Regards
Maggie

 

Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

v-juanli-msft
Community Support
Community Support

Hi @mcolbert 

Power BI can handle fuzzy match, you could check the articles below

https://radacad.com/fuzzy-matching-in-power-bi-and-power-query-match-based-on-similarity-threshold

 

Please share some data or screenshots here so i can make a test for you.

 

Best Regards
Maggie

 

Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors