Forum Discussion
OData source error
- 3 months ago
all good
Hi mike_asplin
The query you are using is indeed an OData query because the Dynamics 365 / Dataverse API exposes data via the OData v9.1 endpoint. Even though you are calling it with Web.Contents the $select and $filter options are OData system query options.
Microsoft recommends using the Dataverse connector in Power BI Desktop instead of manually calling the OData feed. The connector handles authentication and schema more reliably and avoids errors like DMTS_OAuthFailedToGetResourceIdError.
Hope this helps!!
Thank You.
Hi mike_asplin
Just following up to see if everything is working fine after switching to the CDS connector.
Please let me know if you still have any questions or need help validating the setup.
- mike_asplin3 months agoHelper V
all good
- v-aatheeque3 months agoCommunity Support
Hi mike_asplin
Glad to hear everything is working fine now!
If any of the suggestions helped, please acknowledge any of the solution so it can help others in the community who will face a similar issue.
Thank You.