Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Birdjo
Resolver II
Resolver II

Getting data from Dynamics 365

Hello. Is here anybody who extracts data from Dynamics 365 for Operations. We implemented it recently in our organization and I am wondering how to extract data from the production environment. Would you like to share how you do it? Thank's in advance.

5 REPLIES 5
vanessafvg
Super User
Super User

@Birdjo

 

https://technet.microsoft.com/en-us/library/dn708055.aspx





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




I have tried with this:


https://OrganizationName.api.crm.dynamics.com/api/data/v8.1

 

But it didn't work. And we're using Dynamics 365 for Operations, not CRM.

 

I would like to be able to read and extract from all the tables and entities in the database.

 

@Birdjo  there isn't just crm there

 

The Microsoft Dynamics 365 content packs support the default out-of-box entities. However, you can customize the following content packs by downloading the .PBIX file and then using Power BI Desktop to customize the content pack before uploading it to the Power BI service.





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




I don't need content packs. I want to develop my own report.

 

So far I managed to access the entity store

Here's the M Code for that:

let
    Source = OData.Feed("https://CompanyName.operations.dynamics.com/data")
in
    Source

But I am still not sattisfied because I can't find an entity for the production jobs data.
Maybe I will have to build entities which is OK, but currently I don't know how.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.