Forum Discussion
Power BI Deadlock, no issues while ran on SSMS
Hi Anonymous,
I guess 'table c' is created in the query editor and you haven't turned on 'parallel loading' options, right?
If this is a case, I think it may be caused by the loading order of query tables, I'd like to suggest you turn on 'parallel loading' to prevent this issue.
Power bi is tried to load the merged table before its source data tables. (For example, C required source A and B, but A or B will be loading after C, so it deadlock with loading source data tables)
Regards,
Xiaoxin Sheng
Hi,
thank you for this reply.
This is exactly what I was thinking about in first place and was looking for option where you can set order for tables to load.
Apparently this option was turned on all the time. Shouldn't I turn it off instead, to prevent table C (created in the query editor) from loading while tables A and B are not fully loaded yet?
As mentioned above, IT guy said "We are aware of the problem and this is because we have some issues on server". I know this can be one from many resons why it is deadlocking though.
thanks
daniel
- Anonymous6 years agoNot applicable
HI Anonymous,
How your database connections configured? Is that device running with a heavy workload? If they did not exist enough ideal connection session resources, the parallel loading feature also not works for this scenario.
Regards,
Xiaoxin Sheng