Forum Discussion
Comparing list values to find similarities
- 2 years ago
P_Allert Could you just use Fuzzy matching in a join/merge query? Table.FuzzyJoin and Table.FuzzyNestedJoin. If that does not provide enough flexibility, I created a DAX version that you can tweak and tune as you see fit.
P_Allert Could you just use Fuzzy matching in a join/merge query? Table.FuzzyJoin and Table.FuzzyNestedJoin. If that does not provide enough flexibility, I created a DAX version that you can tweak and tune as you see fit.
Hi Greg,
thanks for your reply.
The FuzzyNestedJoin-Hint did it. I had already played around with it a few hours ago, but didn't succeed then.
The Fuzzy Solution in DAX looks very impressive and I'll definately try to figure out how it works, even though may limited DAX skills will make this an "interesting" journey... 😃
Thanks again.
Cheers
Patrick