Forum Discussion

FilipK's avatar
FilipK
Resolver I
4 years ago
Solved

Query loading order

Dear all,

 

assume you've got 2 tables to load from a single SQL database with PowerBI.

Each table takes 10 minutes to do so.

 

Via keys the tables are related to each other. While one table is loaded there is still ongoing input traffic into my database.

That means as soon as the 2nd table starts loading there might be entries that cannot be related to the first loaded table.

 

In PBI this leads to null values, when connecting both tables after loading all. 

How can that been prevented?

 

I tried simultaneous load option, but this didn't help. I also don't want to work with timers as it was proposed somewhere.

When deactivating parallel load, I experienced that the order of the queries in the query editor influences the load option. So the idea was to start with the one that has higher input frequency, afterwards load the other one and than filter the rows that are not related. The problem with that approach is that after uploading to the PBI service the order has varied and I don't know why.

 

 

 

5 Replies