Forum Discussion
Importing folder takes very long
Thanks for the answer.
Can you please explain more about your suggestion?
Do you mean creating multiple Queryies?
Yes, You need to create multiple queries each referring to one folder from where you are getting the file. After doing the below steps, append the queries
a) filter all .csv files
b) filter all the files which start with the given name e.g. fileName_
c) Append all the queries to make them into one
- haykp3 years ago
Helper I
Thanks for the answer.
Acutally I am creating the same way, just each of the query takes ages. Also the a),b) steps takes too long.
- Thejeswar3 years ago
Super User
When you split the folder path and pull the data using different queries, in a ideal case, the first 2 steps time taken should get decreased to very little. Even in that case it takes a lot of time, It should be that there are huge number of files in the location that you are trying to access.
If you don't have huge number of files in that location, I don't think it is a problem with Power BI connector. Something else is causing this issue