Forum Discussion

kvnbn's avatar
kvnbn
Advocate I
2 years ago
Solved

Connecting to SharePoint folder vs direct link

All of my files are on SharePoint. I've been connecting to them by getting the direct link to each SharePoint file, but I learned that you can connect to a SharePoint folder/site and navigate to the file that way as well. Which method is better and why?

 

I looked at this thread but it didn't really answer the question:

Advantages of connecting data via direct Excel workbook or SharePoint Folder 

  • The folder connector is for when you're trying to load multiple files with the same data structure - e.g. a folder of CSVs where you add one CSV per month or similar. It starts its query at the site level, meaning it pulls all file info in the site, then you filter it down and expand the files... it creates a folder of helper queries to do the combination.

     

    You can connect to single files individually if your data is not the same structure every time - that way you won't get the folder of helper queries and have to step through the site-level feed. You don't need a gateway for either one if you use the path of the file in SP Online.

3 Replies