Forum Discussion

omdavies's avatar
omdavies
Helper I
8 years ago
Solved

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 ...
  • Anonymous's avatar
    Anonymous
    8 years ago

    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