Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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
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)"
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)"
4. Merge queries, then expand
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
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.
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 5 |