Forum Discussion
Dynamics 365 OData error with Power BI desktop
- 8 years ago
Excellent, that got it working. Thanks.
This doesn't seem to work for me
Not working for me either.
I tried changing the API version in the URL I supply to PowerBI doesn't make any difference. Still get the same excuse
"OData: The feed's metadata document appears to be invalid."
Yet the exact same URLs that fail in PowerBI work just fine in the browser. I am able to retrieve the OData JSON.
Thoughts?
- Launchy8 years agoNew Member
I engaged MS Support, and they said v9.0 is not currently supported.
- johnsaxton8 years ago
Microsoft Employee
Tried 8.2. Issue remains. I'm doing a fresh install of PowerBI on a different machine to see if the problem is machine related- johnsaxton8 years ago
Microsoft Employee
Same issue different machine accessing same URL. Still receiving the same error regardless of version in the URL.
BTW... all of the following URLs work poerfectly in IE, Edge, Firefox, Opera... but not in PowerBI
https://<my tenant>.crm.dynamics.com/api/data/v8.2/ <-- returns OData JSON of all Entities
https://<my tenant>.crm.dynamics.com/api/data/v9.0/ <-- returns OData JSON of all Entities
https://<my tenant>.crm.dynamics.com/api/data/v8.2/accounts <-- returns all Account data
https://<my tenant>.crm.dynamics.com/api/data/v9.0/accounts <-- returns all Account data
https://<my tenant>.api.crm.dynamics.com/api/data/v8.2/accounts <-- returns all Account data
https://<my tenant>.api.crm.dynamics.com/api/data/v9.0/accounts <-- returns all Account data
Is there a dependency I am missing. Am I missing something in my URL?
Is there a way for me to see the actual response message?