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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
MrHappyHead
New Member

Specify memory usage for PowerBI refresh on query string / api

I am refreshing PowerBi datasets from PowerShell using the Invoke-PowerBIRestMethod cmdlet.

 

My URL is of the following form:

 

$processURL = https://api.powerbi.com/v1.0/myorg/datasets/{someGuid}/refreshes

 

I initiate the call using this syntax:

 

Invoke-PowerBIRestMethod -Url $processURL -Method Post -Body($datasetGUID)

 

We are encountering an error recently "Resource governing: This operation was canceled because there wasn’t enough memory to finish running it. Either increase the memory of the Premium capacity where this dataset is hosted or reduce the memory footprint of your dataset....."

 

My question is simply:

Am I able to specify a flag or query string that will allow me to specify the memory usage for a refresh so that we do not encounter this error?

1 ACCEPTED SOLUTION
MrHappyHead
New Member

We've managed to work around the problem by modelling the data differently.  We were doing too much work in an M summary table and crossed a threshold over the last few days from working to non-working. Lessons learnt from our side.

View solution in original post

2 REPLIES 2
MrHappyHead
New Member

We've managed to work around the problem by modelling the data differently.  We were doing too much work in an M summary table and crossed a threshold over the last few days from working to non-working. Lessons learnt from our side.

cassidy
Power Participant
Power Participant

I've not read or heard of a way to force Service to use Memory in any particular way, especially after Premium Gen2.  It's likely doing everything it can to make room, including evicting things stored in Memory if possible.

Are you saying the error only occurs when you intiate refresh via API?  Or does it happen with scheduled and manual refreshes as well?

I'm very familiar with Resource Governing due to Memory and I can only suggest evaluating your Dataset carefully to look for reductions in Size and ways to increase Query performance.

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.