Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Tomhayw
Helper I
Helper I

Dataset refresh order

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

1 REPLY 1
ibarrau
Super User
Super User

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.


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.