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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello, Can someone help me with which algorithm does Power BI use to perform fuzzy match? I would like to replicate that algorithm on the database side. Please help me with this.
Thanks
Solved! Go to Solution.
Hi @Anonymous ,
You may use merge and append feature in Query Editor, see more detail:Append vs. Merge in Power BI and Power Query , Tutorial: Shape and combine data in Power BI Desktop.
In addition, you can create column or measure to get matched items using RELATED function, LOOKUPVALUE function, or FIRSTNONBLANK function .
For example:
Column1=RELATED([one side field of relationship])
Column1= LOOKUPVALUE(tableA[goal field], tableA[linked field], tableB[linked field]))
Column1= CALCULATE (FIRSTNONBLANK ( tableA[goal field], 1 ),FILTER ( ALL ( Shifts ), tableA[linked field] = tableB[linked field] ))
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
You may use merge and append feature in Query Editor, see more detail:Append vs. Merge in Power BI and Power Query , Tutorial: Shape and combine data in Power BI Desktop.
In addition, you can create column or measure to get matched items using RELATED function, LOOKUPVALUE function, or FIRSTNONBLANK function .
For example:
Column1=RELATED([one side field of relationship])
Column1= LOOKUPVALUE(tableA[goal field], tableA[linked field], tableB[linked field]))
Column1= CALCULATE (FIRSTNONBLANK ( tableA[goal field], 1 ),FILTER ( ALL ( Shifts ), tableA[linked field] = tableB[linked field] ))
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 35 | |
| 34 | |
| 31 | |
| 27 |
| User | Count |
|---|---|
| 135 | |
| 102 | |
| 67 | |
| 65 | |
| 56 |