Martinl
New member
- Joined
- Dec 2, 2016
- Messages
- 15
- Reaction score
- 0
- Points
- 0
- Excel Version(s)
- 2016 MSO (16.0.9126.2259)
Afternoon all
I am trying to pull in several Excel files from SharePoint into Power Query
The issue I am facing is that at first I could not see the Files so a bit of research showed me that I needed to :
Make sure that I imported from a SharePoint List
Then in the formula bar, I change Sharepoint.Tables to read Sharepoint.Files
The trouble is when I do this I appear to lose my authentication
I also tried changing Sharepoint.Tables to read Sharepoint.Contents
but the same issue appears
Can anyone advise me on this
I am trying to pull in several Excel files from SharePoint into Power Query
The issue I am facing is that at first I could not see the Files so a bit of research showed me that I needed to :
Make sure that I imported from a SharePoint List
Then in the formula bar, I change Sharepoint.Tables to read Sharepoint.Files
The trouble is when I do this I appear to lose my authentication
I also tried changing Sharepoint.Tables to read Sharepoint.Contents
but the same issue appears
Can anyone advise me on this
let
Source = SharePoint.Files("http://sp13.emea.xxx.net/emea/EMDBS/Sales/", [ApiVersion = 15])
in
Source