Forum Discussion
rstov3r
10 years agoRegular Visitor
Odata Error: The Feed's metadata document appears to be invalid
I am having this issue using both Power BI and Power Query in Excel. I am not getting this error with a similar connection using a regular connection in excel
Anonymous
8 years agoNot applicable
Hi rstov3r,
I just got it to work:
old = OData.Feed("https://d365_instance.api.crm3.dynamics.com/api/data/v8.2")
new = OData.Feed("https://d365_instance.api.crm3.dynamics.com/api/data/v9.0", null, [Implementation="2.0"])
this is what you need:
, null, [Implementation="2.0"]
8.2 or 9.0 seem to work after getting lots of metadata error messages! :)