Forum Discussion
Fuzzy Match vs Transformation Table
Which one would be faster?
500,000 rows of Fuzzy Matching or if you pre-define those same 500,000 rows in a Transformation Table?
Also the flow of Fuzzy Matching is to try the Transformation Table first then handle the rest with Fuzzy Matching right?
1 Reply
- AnonymousNot applicable
Hi Anonymous ,
There is no need to compare the two, the transformation table helps you map values from your column to new values before performing the fuzzy matching algorithm.
Some examples of how the transformation table can be used:
- Transformation table in fuzzy merge queries
- Transformation table in group by
- Transformation table in cluster values
Reference: How fuzzy matching works in Power Query - Power Query | Microsoft Learn
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.