Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
arcegabriel
Helper I
Helper I

Loading a folder and parallel

I have a query that read ~6M lines from maybe 12 CSVs on a folder. I noticed it reads each csv sequentially. In Power Query if I "Refresh All" Queries it takes 1min 05 seconds. 

Is this normal speed? 

 

 

6 REPLIES 6
arcegabriel
Helper I
Helper I

For testing purposes, I combined all the CSVs into one big CSV. Loading is a little faster at 53seconds (12 seconds faster than pulling individual files). 

Hi @arcegabriel ,

When loading a combined file into power query, it would be recogzied as a single data source and create a single query for it so the loading time for it is single.

 

When loading multiple files from the folder parallely, power query would create each single query for each file and the loading time would be little slower than a combined file.

 

In addition, as a data source, not only it has data in it but also has metadata like credentials, frames etc.. which would also affect the performance when loading into power query. A combined file only needs a single load while multilpe files need multiple load.

 

Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

So if you have chosen to to do a query from a folder, it would be one query for all files and hence there never would be parallel loading.

If I have queried each file individually it would be true parallel

There is no way around "folder" query to read in parallel

Fowmy
Super User
Super User

@arcegabriel 

It depends on the number of transformations and the columns you are loading. However, 12 Million around 1minuit looks okay for me. You can also improve the speed by unticking the downloading  background  data

Fowmy_0-1626723996188.png

 

 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

That was a test where I just created a pbix that loaded the data. Nothing else (that query was "Enable to Load")

For clarity 6million lines is the result after reading 12 files (not each file)

I typed it incorrectly, 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.