Forum Discussion

tunlinaung's avatar
tunlinaung
New Member
4 years ago
Solved

Desktop PowerBI connection with SQL Database on AWS

Dear All, 

 

Good days. 

We have SQL Database Server on AWS and we are connected from Desktop PowerBI by using Gateway. 

I am wondering, whether there will be any impact to Application Database since 1 SQL Database accessing from 2 Applications. 

1 is Read & Write access from Application and another 1 is from PowerBI. 

Your suggestion will be much helpful. 

 

Best Regards, 

  • Hi tunlinaung ,

    In my opinion, depending on your specific connection method, Power BI gets SQL data, both by import and by direct connection. When you use import, the data is loaded into Power BI Desktop once and when users access the report, they don't access the SQL database, so no requests are sent to the SQL database and there is no impact on the SQL database. When you use Direct Query, on the other hand, every time a user opens a report, a query request is sent to the database, which can have an impact on the SQL database if there is a large amount of data and a large number of users accessing it.

    Refer:

    https://docs.microsoft.com/en-us/power-bi/connect-data/refresh-data 

    Did I answer your question? Mark my post as a solution!


    Best Regards

    Lucien

2 Replies

  • v-luwang-msft's avatar
    v-luwang-msft
    Community Support

    Hi tunlinaung ,

    In my opinion, depending on your specific connection method, Power BI gets SQL data, both by import and by direct connection. When you use import, the data is loaded into Power BI Desktop once and when users access the report, they don't access the SQL database, so no requests are sent to the SQL database and there is no impact on the SQL database. When you use Direct Query, on the other hand, every time a user opens a report, a query request is sent to the database, which can have an impact on the SQL database if there is a large amount of data and a large number of users accessing it.

    Refer:

    https://docs.microsoft.com/en-us/power-bi/connect-data/refresh-data 

    Did I answer your question? Mark my post as a solution!


    Best Regards

    Lucien

    • tunlinaung's avatar
      tunlinaung
      New Member

      Hi Lucien, 
      Thank you so much for sharing. 

      Since we are accessing data by "Import" Connection, we will no big issue based on your comments. 

      It's very helpful information. 

       

      Best Regards