PowerBI Automated Refresh
We know how to schedule workflows to run automatically. However, once the subsequent snapshots have been produced, is there a way to notify PowerBI that the data has been updated? Currently the PowerBI developer is having to refresh the datasets manually once they know the job has completed as per the schedule.
Answers
-
Hello
You can check the status of the schedule using the API
Might be easier to just schedule PowerBI to update the dataset every few hours to pick up any changes
Note you can import the data using Odata of not already doing this
Finally, it looks like PowerBI has an API that could be called to refresh the data https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/refresh-dataset might be able to call this using Power Automate or similar tool if you have access
0