Forum Discussion
Anonymous
6 years agoNot applicable
Similar Text Strings
I'm looking for a way to identify similar text strings within a column. Picture for reference shows examples (highlighted yellow) of similar text strings. I'd like to be able to identify these stri...
Eduardo_Suela
1 year agoHelper I
Have you tried fuzzy or approximate joins?
You would need to self join your column with itself.
If you need further details:
https://learn.microsoft.com/en-us/power-query/merge-queries-fuzzy-match
https://learn.microsoft.com/en-us/powerquery-m/table-fuzzyjoin
If anyone can help me, is there any way to get similarities rowwise comparing two columns?