Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello, i'm new on Power BI and currently i'm working at a company as a intern. My job here is to make a Dashboard that shows all the useful data from the company. I need to synchronize the company system with Power BI, so when the employees add more data the Dashboard will be up-to-date too. If i get the data from a SQL Server the Dashboard will update too?
Solved! Go to Solution.
Hi @JoseVictor
When you use Power BI there are two basic ways to connect to SQL-Database
1) Import mode
2) Direct Query
When you use import mode then you can manually trigger or schedule the refresh of the load, also multple times a day.
When you use Direct Query the data will everytime retrieved from the SQL database when somebody interacts with the report.
BUT in Directy Query you have several restrictions in what you can do. This is why most solutions are built using import mode which is also the recommended practice. If you have very clean data in SQL and less transformation is needed then Direct QUery could be a valid choice. Otherwise you would need to go with import.
Please find below some additional content:
Power BI Get Data: Import vs. DirectQuery vs. Live (2021) - Bing video
DirectQuery in Power BI - Power BI | Microsoft Learn
Best regards
Michael
-----------------------------------------------------
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Appreciate your thumbs up!
@ me in replies or I'll lose your thread.
Hi @JoseVictor
When you use Power BI there are two basic ways to connect to SQL-Database
1) Import mode
2) Direct Query
When you use import mode then you can manually trigger or schedule the refresh of the load, also multple times a day.
When you use Direct Query the data will everytime retrieved from the SQL database when somebody interacts with the report.
BUT in Directy Query you have several restrictions in what you can do. This is why most solutions are built using import mode which is also the recommended practice. If you have very clean data in SQL and less transformation is needed then Direct QUery could be a valid choice. Otherwise you would need to go with import.
Please find below some additional content:
Power BI Get Data: Import vs. DirectQuery vs. Live (2021) - Bing video
DirectQuery in Power BI - Power BI | Microsoft Learn
Best regards
Michael
-----------------------------------------------------
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Appreciate your thumbs up!
@ me in replies or I'll lose your thread.
You would schedule the refreshes of the data set and it would pull the newest data each time the refresh happens.
https://learn.microsoft.com/en-us/power-bi/connect-data/refresh-data
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 35 | |
| 34 | |
| 31 | |
| 28 |
| User | Count |
|---|---|
| 137 | |
| 102 | |
| 68 | |
| 66 | |
| 64 |