Forum Discussion

wilson_smyth's avatar
wilson_smyth
Post Patron
7 years ago

Handling complex custom models from Dynamics 365

I have been able to connect to Dynamics 365 via the OData URL and can see a list of entities.

We have quite a complex custom set of entities and any useful reporting would requrire joining these entities.
This is easy when using SQL to query onsite dynamics, but Dynamics 365 doesnt allow sql queries.

 

The only options i can see are:

- use the power query editor and hope i can munge the data into a useful model,.

- write .NET code in the CRM Proxy to obtain the data in the shape i require. This seems like overkill.

 

Are there any simpler options available?

3 Replies