Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Experts,
please help me on this.
i have table1 and table 2 in power query
in table1, vendor_name
in table2, vendor_name, and cateogory
I need to create a new field as category in TABLE1 by doing fuzzy vlookup as vendor names entered by users because of this names doesn't match exactly and suffixed/prefixed with digits, space, special character etc.,
I tried with merge query by joining left but it is giving lot of duplication. What should be the best solution for this.
Thanks,
Solved! Go to Solution.
If you have not already tried it, adding a column in Table 2 with Table.AddFuzzyClusterColumn() may help with your relationship to Table 1. Here is the link to the learn document.learn.microsoft.com - table.addfuzzyclustercolumn()
As a quick example it turned this...
into this...
It is not perfect, but it might help.
Proud to be a Super User! | |
If you have not already tried it, adding a column in Table 2 with Table.AddFuzzyClusterColumn() may help with your relationship to Table 1. Here is the link to the learn document.learn.microsoft.com - table.addfuzzyclustercolumn()
As a quick example it turned this...
into this...
It is not perfect, but it might help.
Proud to be a Super User! | |
User | Count |
---|---|
11 | |
8 | |
5 | |
5 | |
4 |
User | Count |
---|---|
16 | |
14 | |
8 | |
6 | |
6 |