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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

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
Community Champion
Community Champion

@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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.