Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
https://technet.microsoft.com/en-us/library/dn708055.aspx
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.
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
SourceBut 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 34 | |
| 33 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 65 | |
| 44 | |
| 30 | |
| 29 |