Forum Discussion

crm-nes's avatar
crm-nes
New Member
10 years ago

OData error with Dynamics CRM Online

Hi everyone , 

 

I try to connect to power BI online using my CRM dynamics online but  when i enter the Odata URL i have this message "Échec de la validation des paramètres. Vérifiez que tous les paramètres sont valides" it means that i have an echec with my parameters ! i think beacause my endpoint odata does not enable because in my "ressource developer screen " i don't see my odata url i have juste my SOAP url : screen bellow , so how can i enable my Odata endpoint pleasse as an administrator . thank you 

 

1 Reply

  • Greg_Deckler's avatar
    Greg_Deckler
    Icon for Community Champion rankCommunity Champion

    That's odd. You can't use the SOAP address. You can use the old format, I tried and it worked for me on my upgraded tenant:

     

    https://<tenant>.crm.dynamics.com/XRMServices/2011/OrganizationData.svc

     

    However, using this one, I have not had a refresh succeed for my report yet. Not sure what's up with that, still troubleshooting.

     

    The new format is:

     

    https://<tenant>.api.crm.dynamics.com/api/data/v8.0/

     

    However, the data model seems to have completely changed in terms of table names, etc.