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.
Hi Friends
I have a requiremnt where the datasets of power bi should refersh automatically once the ETL loads are completed.
Solved! Go to Solution.
Hi @Angadi ,
You can do that with the ADF pipeline or power automate.
No need to wait for scheduled refresh to occur - Automate the refresh of Power BI Dataset on Service just after the completion of ETL.
https://www.linkedin.com/pulse/need-wait-scheduled-refresh-occur-automate-power-bi-magan-sachdeva?ut...
If you were able to receive a email once the ETL process is successful then you can check this approach.
Thanks,
Sai Teja
Have the ETL send an email or post a file to sharepoint on successful completion.
Use Power Automate triggers to react to these. Then in the Power Automate flow request a dataset refresh.
Obligatory caveat: Requesting a refresh is asynchronous. It's just a request. Power Automate will not wait for the completion of the refresh. You need to build your own monitoring process for that.
Have the ETL send an email or post a file to sharepoint on successful completion.
Use Power Automate triggers to react to these. Then in the Power Automate flow request a dataset refresh.
Obligatory caveat: Requesting a refresh is asynchronous. It's just a request. Power Automate will not wait for the completion of the refresh. You need to build your own monitoring process for that.
Hi @Angadi ,
You can do that with the ADF pipeline or power automate.
No need to wait for scheduled refresh to occur - Automate the refresh of Power BI Dataset on Service just after the completion of ETL.
https://www.linkedin.com/pulse/need-wait-scheduled-refresh-occur-automate-power-bi-magan-sachdeva?ut...
If you were able to receive a email once the ETL process is successful then you can check this approach.
Thanks,
Sai Teja