Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
When using $select in the query string for an OData v4 service it is ignored.
For example:
= OData.Feed("https://<org>.api.crm4.dynamics.com/api/data/v8.2/opportunities?$select=name,actualrevenue")
This returns all opportunities with ALL fields, not only name and actualrevenue
= OData.Feed("https://graph.microsoft.com/v1.0/groups?$select=id")
This returns ALL fields, not only group ID
This has a HUGE business impact, as this makes loading data in PBI reports extremely slow. The consensus in the Dynamics 365 environment is to export the data to an Azure database before loading it into PBI, which breaks security hierarchy and makes everything less user friendly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.