Forum Discussion

NicoEnsenada53's avatar
NicoEnsenada53
Regular Visitor
1 year ago
Solved

Power Query different results

Hello, I've developped a power query, working fine since weeks on an i5 computer. However I've asked my CPY to provide me an i7 for "faster" result.   The problem is that with the i7 pc, with the...
  • PwerQueryKees's avatar
    1 year ago

    Not at my laptop, but if you ue the UI to edit your query, there is a cogwheel on the MergedLevel2 step. Click it. There is a parameter there where you give a number for the fuzzyness of the match. 1 = exact match, lower is more fuzzy (IIRC). See here: https://learn.microsoft.com/en-us/powerquery-m/table-fuzzynestedjoin

    This is what the docs say:

    • Threshold: A number between 0.00 and 1.00 that specifies the similarity score at which two values will be matched. For example, "Grapes" and "Graes" (missing the "p") are matched only if this option is set to less than 0.90. A threshold of 1.00 only allows exact matches. (Note that a fuzzy "exact match" might ignore differences like casing, word order, and punctuation.) The default value is 0.80