Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
omdavies
Helper I
Helper 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 metadata document appears to be invalid'

 

We have been advised that using v9.x of the API fixes this issue but this is not possible in the organisation we are working  in.  This is a massive issue and a blocker to update of the product, please could you advise what we should be doing ?  Only option we seem to have is to revert to the May 2018 release.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@omdavies,

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

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

@omdavies,

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
Not 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

I've encountered this issue as well, and have a few observations.  First, the issue does not occur in older versions of Power BI Desktop but does occur in the latest.  Second, this seems to happen only when connecting to the v8.2 endpoint on an actual v8.2 Dynamics org - using the 8.2 endpoint on a v9.0 org does not have the issue.  Third, the error being returned suggests that the OData connector (and also the Dynamics connector) are trying to connect via OData v7.0, while the v4.0 Dynamics endpoint is returning values removed in OData v7.  Fourth, I discovered that if the connection showed up in the Recent Sources button, I can connect to it there with no issue, but if I try to create it as a new connection it will not load.  So the issue only presents itself when creating a new connection by entering the URL but NOT from the Recent Sources.

 

I hope this helps pinpoint the issue for a speedy resolution!

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.