Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi there,
I am under the impression that the automatic refresh in PowerBI service simultaneously refreshes datasets. I don't want this to happen as I have capacity limitations on my API call. The refresh works fine on the desktop version, as I have a wait function that allows the capacity budget to replenish before it calls the API again.
Is there a way to control the number of datasets that get refreshed at any one time? Ideally I would like the datasets to refresh one by one.
Any help would be great.
Thanks,
Tom
Hi. There is no tool for preventing this and the refresh can be configured by UI or API. I guess the best approach would be using the PowerBi Rest API to understand your current configuration at the Capacity.
You can get the latests refreshes of the capacity in order to understand the days and times configured.
The request would be: https://learn.microsoft.com/en-us/rest/api/power-bi/capacities/get-refreshables-for-capacity
You can store that info in a storage to read it with PowerBi and create a report that helps you controling schedule refreshes.
I hope that helps,
P/D there are cmdlets or python libraries (like simplepbi) for making the use of rest api easier.
Happy to help!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
50 | |
32 | |
27 | |
26 | |
25 |
User | Count |
---|---|
62 | |
49 | |
29 | |
24 | |
23 |