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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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