Forum Discussion
Connecting to a SharePoint List Office 365 error
- 10 years ago
I changed the ApiVersion from 15 to 14 in the Query Advanced Editor, and it works now =)
let
Source = SharePoint.Tables("https://###.sharepoint.com/teams/Team020/", [ApiVersion = 14]),
ProjectList = Source{[Name="ProjectList"]}[Content]
in
ProjectList
Any news regarding this error from the Microsoft side?
bit late to this forum, posting what we tried in team, and could be helpful to few new ones..
when I was getting error,
1) cleared all my attempted data source connections
PowerBi -> File -> Options and settings -> clear permissions to sharepoint folder
2) connected again
Get Data -> SharePoint Online List -> https://xxx.xxx.com/sites/companyName/lean
(my datalist is coming from https://xxx.xxx.com/sites/companyName/lean/Lists)
PS: Use correct onganisational account to connect and you need right permissions in sharepoint (https://docs.microsoft.com/en-us/sharepoint/understanding-permission-levels)
view only permission didn't worked so i requested "Read" and succeeded. cheers !!!