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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
pmurz
Advocate III
Advocate III

How to manage the order of query execution?

Is there a way to force Power BI to execute my queries in a known or preferred order?   
I have one model with well structured queries which sequentially build out a data model from a large JSON file of activities.

If I manually step through the queries in the logical order, the total time is a couple of minutes.   If I try refresh from the Desktop, it automatically tries queries out of that order and takes an exceptionally long time and often gives up. 

Any advice is welcomed.  

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

@pmurz First, I would make sure that Parallel loading of queries is disabled. That is under the Report settings, Data load in File | Options and settings | Options.

 

Second, take a look if you can create a controller query for some of your queries. In other words, disable load on your base queries and then create a query that runs those other queries sequentially within it to create a table.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

4 REPLIES 4
pmurz
Advocate III
Advocate III

@Greg_Deckler thank you for the advice.  Turning off the Parallel Loading did the trick.  It takes longer to execute, but never fails. 

Greg_Deckler
Community Champion
Community Champion

@pmurz First, I would make sure that Parallel loading of queries is disabled. That is under the Report settings, Data load in File | Options and settings | Options.

 

Second, take a look if you can create a controller query for some of your queries. In other words, disable load on your base queries and then create a query that runs those other queries sequentially within it to create a table.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Hi  I am also interested in your query controller could you please elaborate ? thanks

Anonymous
Not applicable

Thanks for Greg,

 

Please could you elabrate on how to create a controller query for other querirs in sequence in Power Query and Power BI?  

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors