Posted inData & Analysis
Optimising The Performance Of Power Query Merges In Power BI, Part 3: Table.Join And SortMerge
When you merge data from two queries in the Power Query Editor the M code generated uses the Table.NestedJoin function. There is, however, another M function that can be used to merge data: Table.Join. The interesting thing about this function is that has a parameter that…