Forum Discussion
3sun_Jack
10 years agoRegular Visitor
Connecting to a SharePoint List Office 365 error
Hi I am receiving the following error when I try and link a SharePoint site to Power BI DataSource.Error: We couldn't parse OData response result. Error: A null value was found for the property ...
- 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
rgparisoto
10 years agoHelper I
Guys!
I've tryed to chance the version 15 for the 14 and this another error ocurred:
Expression.Error: A chave não correspondeu a quaisquer linhas na tabela (In English: The key does not match any rows in the table)
.
Detalhes:
Key=Record
Table=Table
Has someone any idea about this?