Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Can I create an efficient INNER JOIN in Power Query?

I've got two tables in my model. Sales, consisting of 1.000 sales records. Customers, consisting of 150.000 customers. As you can imagine, there are a lot of Customers without any Sales. I'd ideally ...
  • Anonymous's avatar
    Anonymous
    8 years ago

    Hey Anonymous

     

    I can't really speak to the efficiency of the INNER JOIN but if you merge the two queries using an INNER JOIN in the Query Editor and then filter out the customers with no sales, you will then load only the data for customers with sales into your data model. This will all be accomplished during report refresh so there won't be any performance or efficiency issues to worry about during runtime.

     

    Hope this helps,

    Parker