Forum Discussion

Nardjes's avatar
Nardjes
Frequent Visitor
4 years ago
Solved

Join multiple table take too long to excute

Hello I am a beginner in power Bi I have a sql query that allows me to make the join between 4 tables (with inner and left join)   In Power Query I select the first table and i make the merge wi...
  • v-jingzhang's avatar
    4 years ago

    Hi Nardjes 

     

    If you only need the final 51 records in the report, I recommend that you use the SQL statement to query the data directly. Use SQL query to make the join. This will send the SQL query to the database and perform the join process there. The performance of the database server may be better than your local computer. This can also avoid bringing too much data to your computer. 

    Import data from a database using native database query - Power Query | Microsoft Learn

     

    Best Regards,
    Community Support Team _ Jing
    If this post helps, please Accept it as Solution to help other members find it.