07-02-2018
10:43 PM
- last edited on
07-12-2019
11:10 AM
by
TechCommunityAP
07-02-2018
10:43 PM
- last edited on
07-12-2019
11:10 AM
by
TechCommunityAP
I am currently using power query to import excel files via get sharepoint. Files are in individual libraries. However some excel files are not found by power query. The excel files are found when i go straight to the sharepoint website but not when i open the library through power query.
07-03-2018 04:47 AM
Hi Anthony,
Do you use root URL of your Sharepoint site? If so, it shall work, for SPO it looks like
= SharePoint.Files("https://contoso.sharepoint.com/teams/myteam", [ApiVersion = 15])
(that's for Teams site, but doesn't matter)
and as next step you shall filter on library you need.
07-16-2020 01:54 PM
I really hope you can help.
I created a link to a sharepoint folder (Power Query) in an Excel file and everything works perfect the first time.
I then upload a new file to the folder on sharepoint, but when I then use Get Data-Sharepoint folder (from the same Excel file - let's say its a month later and I need the new file imported into Power Query) , the folder list shows the original files and does not include the new uploaded file. If I change a file name for example, it does not update either.
07-16-2020 02:21 PM
If you don't see new files only in preview window as on your screenshot, that's most probably cache. Click on Transform data and Refresh. Or Load and Refresh. And/or clear cache in Query options
07-16-2020 02:36 PM
I cannot thank you more than enough!!!
You just saved my life. I have been asking everywhere for the last two weeks and no one either replied or had an answer.
Thank you so so much.