Forum Discussion
KM007
Helper II
7 years agoChain of Queries
Hello! Is there a way to start another query once current one has completed. Therefore, a chain of queries. I have 5 queries, say Q1 to Q5, and I'd like to run all of them one after the other...
- 7 years ago
Hi KM007
If you want Power BI Desktop queries to execute one-by-one,
There is a way to do this, in the Power BI Desktop click on File, Opions & Settings, then Options.
Then once you see the options deselect Parallel Loading of tables as shown below.
That will then not load the data in parallel but rather one at a time.
Best Regards
Maggie
v-juanli-msft
Community Support
7 years agoHi KM007
If you want Power BI Desktop queries to execute one-by-one,
There is a way to do this, in the Power BI Desktop click on File, Opions & Settings, then Options.
Then once you see the options deselect Parallel Loading of tables as shown below.
That will then not load the data in parallel but rather one at a time.
Best Regards
Maggie
- KM0077 years ago
Helper II
Thank you so much Maggie!