sbeste
8 years agoFrequent Visitor
How to manually refresh several datasets at once
I'm evaluating Power BI for my company. I run a data warehouse that has 70 workbooks that have been published and need to be refreshed every month. I have to refresh all 70 at one time as, say, "T...
- 8 years ago
Hi sbeste
What I would suggest doing is to use the Power BI Refresh API, and create one PowerShell script per data refresh.
Then you could create a batch file that would then go and call all the PowerShell scripts?
I am not an expert with PowerShell and scripting, so there might be a more elegant way, but the above should work.
Here is a blog post from Chuck on the Power BI team, who details how to get it working.