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.
- jvaught7 years agoAdvocate II
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! - Anonymous9 years agoNot applicable
Thank you Guavaq. It makes it and no crash any more.
- ketan108 years agoAdvocate III
Hi GilbertQ
Is there a way to do this in 'EXCEL' ? I could not find the 'Enable parallel loading of tables' in Excel ?
I have certain number of tables which I want them to load in a particular order.
Example: I have two tables:Table 1
Table 2Now, I want the Table 2 to be loaded only after Table 1 is loaded completely (i.e it should not refreshed parallely)
Any help or workaround for this in 'EXCEL' would be appreciated.
Thank you ! - martinhyy8 years agoFrequent Visitor
Hi GilbertQ
Does this also mean when I publish the report onto the PowerBI server and schedule the refresh, the server will also do the same thing -- refreshing the query one by one?
Thanks
- deepak_sk178 years agoNew Member
Hi Guavaq,
The post on enabling/disabling parallel data load was very useful. But in Excel 2016, the below option is unavailable and due to that my process is taking 4 times higher than earlier. My process requires enabling the "Parallel loading of tables".
- deepak_sk178 years agoNew Member
Hi Guavaq,
Very helpful. but in excel 2016, the below option of "Parallel loading of tables" option is removed. And process requires, the refresh of tables need to be in parallel. Else it take more than 5 times it was taking me earlier. Is there any option of enable the option. Thanks you in advance.
Regards
Deepak
- GilbertQ8 years agoSuper UserHi there, I know that there is that option in Power BI Desktop, not sure if there
There is the option in Excel also once you open the Power Query Editor.
- naubrey8 years agoFrequent Visitor
Thanks so much. :smileyvery-happy:
PBI can be very cryptic with their error messages but your advice has solved a long term issue that I have been expereiencing.