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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors