Forum Discussion

alexrobe's avatar
alexrobe
Advocate III
9 years ago
Solved

MySQL Database access: What ist the most efficient way to minimize to database host load

Hi,   I am new to Database access via PowerBI, so please accept my apologies for raising a maybe newbie question.   I want to migrate my Excel imports currenly 7 files with production defect data...
  • Anonymous's avatar
    Anonymous
    9 years ago

    alexrobe,

    Based on my test, when merging tables in Power BI Desktop, Power BI will push the queries that select data from tables up and run it on the database server side.

    Except the settings that you have disabled in Power BI Desktop, please add Table.Buffer function in the codes of your advanced editor to reduce the load on the database server.

    Regards,
    Lydia