Forum Discussion
Jsanta07
Sep 06, 2021Copper Contributor
Why power query consumes all my resources?
Hello all!! I'm having a problem using power query: i have 12 .CSV files in a folder, i import them using the folder load capabilities, but, when i try to do more operations in the query (merging, ...
- Sep 07, 2021
If you use modular approach that could help. Use separate query/queries to load data, another query to merge (one for each merging), another to combine, etc. Grouping could be critical for the performance, check if it could be optimized. Remove unnecessary columns on early stages.
SQL connector in general faster and perhaps query folding works in this case, that means transformations are done on the server.
Yea_So
Sep 07, 2021Bronze Contributor
did you close and load as a connection?