The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have a table with names of employees. There are several names of persons in the list that refers to the same persons, but are written diverently (at least on incorrect) (column 1). how can I make a new column (column 2) where I combine the right and wrong names.
column 1 | column 2 | |
smith | has to be | smith |
cooper | has to be | cooper |
meyer | has to be | meyer |
meijer | has to be | meyer |
Solved! Go to Solution.
Hi @Steg ,
Suppose that you have a table with the correct names:
Then go to power query>click "merge queries as new" under Home button:
Then check "Using fuzzy matching" with a similarity of 0.5(You can set a higher similarity if needed):
And you will see:
You could also check the reference below:
https://radacad.com/fuzzy-matching-in-power-bi-and-power-query-match-based-on-similarity-threshold
For the related .pbix file,pls see attached.
Best Regards,
Kelly
Did I answer your question? Mark my reply as a solution!
Hi @Steg ,
Suppose that you have a table with the correct names:
Then go to power query>click "merge queries as new" under Home button:
Then check "Using fuzzy matching" with a similarity of 0.5(You can set a higher similarity if needed):
And you will see:
You could also check the reference below:
https://radacad.com/fuzzy-matching-in-power-bi-and-power-query-match-based-on-similarity-threshold
For the related .pbix file,pls see attached.
Best Regards,
Kelly
Did I answer your question? Mark my reply as a solution!
This is extremely helpful. thank you so much