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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
My Source of report is Azure SQL and I need automatic refresh of data. Is it possible with Azure SQL and if not automatic we need to follow schedule refresh right..? Please help me with your valuable suggestions
Hi @Anonymous ,
You can connect to Azure SQL with both direct query mode and import mode, For direct query mode, you don't need to configure scheduled refresh.
For configuring scheduled in import mode, All you have to do is go to setting select the Datasets option there you can configure credential and the refesh frequency.You don't need to install the gateway if your using AZURE SQL Server DB.
And please :This won't allow server-side refresh: <database name>.database.secure.windows.net.
This will allow servers-side refresh: <database name>.database.windows.net
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai