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
Hi djeepy1! The Power Bi return me this:
"The User was not authorized"
I don't know how to fix it. :smileysad:
- djeepy110 years ago
Advocate I
If you test the URL in a browser (being previously logged in O365), does it work ?
- rgparisoto10 years ago
Helper I
Yes djeepy1!
It works.
- djeepy110 years ago
Advocate I
When you type URL in OData feed, Power BI Desktop should prompt for authentication (O365 windows). Be sure to choose OAuth authentication.
Can you verify you have the lastest version of PBI Desktop ?
Did you use the OData Feed source in Get Data menu ?
You can also check on in Data Source Settings window if Authentication is correct.
JP