Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I'm comparing two text strings via a fuzzy join function to get the similarity score.
However, I'm getting incorrect results for the similarity score.
If I'm not mistaken in my search for solution Fuzzy Match calculation explained , it should be based on the jaccard similarity score. However the results are not corresponding:
Example 'INDEMANS CHR SRL' vs 'INDEMANS CHRISTIAN'
Power Query: result 0,37
Online tool: result 0,55
How is this possible?
Thank you in advance.
Update: I've added a step removing spaces in both columns, making the result for these specific strings better (0,89). I'm then returning the maximum score of the two comparisons. However, I suppose normally the 'IgnoreSpace' should have covered this, which clearly is not the case)
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.