I have a power bi report with four connections to four excel files.
One of the files is around 1500 rows and 800 KB of memory.
The query i am interested in appends three queries, each one of those queries is merged with the 1500 rows file. (query dependencies here)
When i refresh the report, it takes a long time before the query loads up to 800 MB from that file (Big refresh here).
Is it due to amount of relations between tables, bad architecture or is it a bug?