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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
how can i automate a datset in power bi to refresh on the daily
Solved! Go to Solution.
You just go to the Scheduled Refresh settings and enable it to refresh daily.
If Scheduled Refresh is disabled (grayed out) it is because the service doesn't know how to access your data. If it is all cloud data, the Datasource Credentials section just needs to be filled in.
If it is on prem data (SQL Server, Oracle, etc) then you must install a Gateway internally so the service can connect to the Gateway, and the gateway to your on-prem data. Guidance for deploying a data gateway for the Power BI service - Power BI | Microsoft Learn
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingYou just go to the Scheduled Refresh settings and enable it to refresh daily.
If Scheduled Refresh is disabled (grayed out) it is because the service doesn't know how to access your data. If it is all cloud data, the Datasource Credentials section just needs to be filled in.
If it is on prem data (SQL Server, Oracle, etc) then you must install a Gateway internally so the service can connect to the Gateway, and the gateway to your on-prem data. Guidance for deploying a data gateway for the Power BI service - Power BI | Microsoft Learn
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI Reporting@edhans schedule refresh is grayed out so is the data source credential. the dataset information comes from SQL server which power Bi pulls from. so i would have to install a gateway internally that connect to the SQL server?
Yes. That is what the gateway is for. There is no way for the web service to connect to your on-prem SQL Server without a gateway in between.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI Reporting