Forum Discussion
Nicolas44
7 months agoRegular Visitor
Link to a SharePoint folder in a Power Query / French : Lien vers un dossier SharePoint dans requête
Hello, I am having trouble using a link to a SharePoint folder in Power Query. The searches and solutions proposed on this forum have not resolved the issue. The folder I want to access is not the...
- 7 months ago
Hi Nicolas44,
The SharePoint folder connector is the intended way to do this.
THere is no popup to select a folder, but you are able to filter on path.
My recommendation is to use the SharePoint Folder connector, and then filter on path to get only the documents in the folder you want.
- 7 months ago
- Data → Get Data → SharePoint Folder
- Enter the site root URL (not the folder URL), e.g.
https://yourtenant.sharepoint.com/sites/YourSite - In the table returned, filter the Folder Path column to your subfolder, for example it should contain something like:
.../Shared Documents/Folder1/Folder2/ - Then filter Extension if needed and combine files.
- 7 months ago
Thank You, it works 🙂
cengizhanarslan
Super User
7 months ago- Data → Get Data → SharePoint Folder
- Enter the site root URL (not the folder URL), e.g.
https://yourtenant.sharepoint.com/sites/YourSite - In the table returned, filter the Folder Path column to your subfolder, for example it should contain something like:
.../Shared Documents/Folder1/Folder2/ - Then filter Extension if needed and combine files.
- Nicolas447 months agoRegular Visitor
Thank you 🙂