Nightlytic
Member
Hi all,
I need to get a fuzzy match going, the twist and issue is, I have power BI 2016 (work, can't update it!) which means the fancy fuzzy match feature is unavailable.
I'm not great at this... Can someone please help me out with sample?
I more or less want to look up a load of names from 'Data' to a reference table 'Reference' and bring back the resulting company/make
I don't need to account for typos, so for example:
Toyota Prius 2019 - contains keyword 'toyota' so 'toyota'
Used Toyota - contains keyword 'toyota' so 'toyota'
Tyota- ignore
Toy ota- ignore
Ideally no match will return a value like 'Other'
and multiple matches will just return one of them, be it top or bottom.
I found this online@
But the file that solved it was deleted off filedropper :/
Thanks!
I need to get a fuzzy match going, the twist and issue is, I have power BI 2016 (work, can't update it!) which means the fancy fuzzy match feature is unavailable.
I'm not great at this... Can someone please help me out with sample?
I more or less want to look up a load of names from 'Data' to a reference table 'Reference' and bring back the resulting company/make
I don't need to account for typos, so for example:
Toyota Prius 2019 - contains keyword 'toyota' so 'toyota'
Used Toyota - contains keyword 'toyota' so 'toyota'
Tyota- ignore
Toy ota- ignore
Ideally no match will return a value like 'Other'
and multiple matches will just return one of them, be it top or bottom.
I found this online@
search text string in a column and see if it matches a value in a different tables column
I need help searcing searching a text string in a column to see if it matches a value in a different tables column. The tables are not connected. If the text string contains the value, I want to return another value into a new column. Sample tables: Table 1...
community.powerbi.com
But the file that solved it was deleted off filedropper :/
Thanks!