Forum Discussion
Power BI Desktop automatic refresh queries one-by-one
- 9 years ago
Hi Anonymous
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.
Hi Anonymous
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.
I've researched this a ton but can't find the answer to these questions:
- When parallel loading is disabled, what determines the load order?
- Is it the order of the queries in the query list under Edit Queries?
- How do query dependencies come into play?
- Also, when parallel load is enabled, does the refresh give any priority to predecessors in the dependency network?
I THINK the load order is only based on the order of the query list when this parallel load is disabled. But, I am not sure how query dependencies play into that.
Besides this thread, here were a couple other links I found useful:
https://community.powerbi.com/t5/Desktop/Query-Dependencies/td-p/28306 (Makes good points about how caching order effects what is "current" when the loads happen)
https://www.youtube.com/watch?v=YfdypVSYb9c (Shows how to introduce delays to manually force the order)
In my situation I have a table which is a join of two predecessor tables. I have an index column which is created after a sort which is done after the join. If the refresh of this table hits the cached version of one or both of the predecessor tables then the index value will be incorrect. This creates some odd behavior in the report. It usually resolves itself with multiple refreshes but makes the data feel very unreliable. It would be great to get some more clarity on these questions!