Forum Discussion
double loading when source = table
I have two tables:
Table1 that load many XML files from folder and its take some time.
I have table2 and the source = table1.
The problem is that now all the XML files are loaded twice and the load time of the project is double himselfe
how can i fix this ?
8 Replies
- AnonymousNot applicable
shmulikvarsano,
Do you mean that the data of the two tables are loaded into Report View when you click "Close&Apply" in Query Editor? If so, this is expected behavior. Unless you uncheck "Enable load" for Table2 in Query Editor, the data of Table2 will be loaded into Report View.
Regards,
Lydia- shmulikvarsanoFrequent Visitor
Table 1 load 300 XML file from folder and it take 10 minute. then I do some work on the data.
The source of table2 is table1 and now all the process take 20 minthe.
I see no reason why all the XML file loaded twice because I expect that table2 will take the data from the end of table1 and not from the beginning of table 1.thanks
- AnonymousNot applicable
Please review the following similar thread about this behavior.
https://community.powerbi.com/t5/Desktop/How-to-Improve-Query-Reference-performance-for-large-tables/td-p/23901
Regards,
Lydia