Forum Discussion
omdavies
8 years agoHelper I
Dynamics CRM API v8 compatibility
It appears that from the June 2018 release there is a compatibility issue between PowerBI and v8.x of the Dynamics CRM API. Attempting to create a new connection results in: 'OData: The Feed's ...
- Anonymous8 years ago
I have reported this issue internally: CRI 72081044. Please use the workaround below.
Create a blank query in Power BI Desktop, copy the following code into Advanced Editor of this blank query.let Source = OData.Feed("https://<tenant>.api.crm.dynamics.com/api/data/v8.2/") in Source
Regards,
Lydia
Anonymous
8 years agoNot applicable
I have reported this issue internally: CRI 72081044. Please use the workaround below.
Create a blank query in Power BI Desktop, copy the following code into Advanced Editor of this blank query.
let
Source = OData.Feed("https://<tenant>.api.crm.dynamics.com/api/data/v8.2/")
in
Source
Regards,
Lydia
Anonymous
7 years agoNot applicable
Hi Lydia,
Has there been any update on this issue CRI 72081044? v9.1 doesn't work but v8.2 like you mentioned below does
Many thanks