Forum Discussion
OData error with Dynamics CRM Online
- 11 years ago
If you weren't prompted for a username/password it's possible you already had credentials stored. You could try deleting your credentials and connecting again, at which point you should be prompted to login and can choose Organizational Account. Sometimes that error ("neither OData service or feed") can be caused by connecting with the wrong credentails - the feed will redirect you to a login page instead of connecting to the feed.
I found a solution.
In CRM properties this is the URL:
https:// <tenant> .crm4.dynamics.com/XRMServices/2011/Organization.svc
In Power BI, get data, CRM Online the example of the URL is:
https:// <tenant> .crm4.dynamics.com/XRMServices/2011/OrganizationData.svc
In stead of copy/paste the URL i changed the URL and added "Data" tot "Organization.svc".
Now i could register and connected to the CRM Online.
Rob
This solved my issue as well. Thank you.