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
mike2k
Frequent Visitor

Dynamics 365 Web API $expand is not working

Hi,

 

following query is not working in Power BI Desktop:

 

https://contoso.api.crm4.dynamics.com/api/data/v8.2/opportunities()?$select=name,createdon&$expand=owningteam($select=teamid,name)&$top=10

I get an error message like:

The entity instance value of type 'Microsoft.Dynamics.CRM.team' doesn't have a value for property 'ownerid'. To compute an entity's metadata, its key and concurrency-token property values must be provided.

Any idea why it is working in the web browser but not in Power BI Desktop?

 

THX

3 REPLIES 3
v-yulgu-msft
Employee
Employee

Hi @mike2k,

 

Did you query data via appending additional URL parts to Dynamics 365 Web API?

1.PNG

 

From the error message, it prompts that you need to add token as URL parameter.

 

Regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Nope, I give the full URL string at once - no addtitional URL parts are used:

https://contoso.api.crm4.dynamics.com/api/data/v8.2/opportunities()?$select=name,createdon&$expand=owningteam($select=teamid,name)&$top=10

 

Hi @mike2k,

 

Based on my research, I found that this might be a known issue that 

"When using $expand query option with $select which excludes key and / or concurrency properties,
the response fails with "The entity instance value of type 'ODataRoutingDemo.Models.Discipline' doesn't have a value for property 'Id'. To compute an entity's metadata, its key and concurrency-token property values must be provided." error."

 

Please contact with OData support team to check whether there existing any workaround and when this issue will be fixed.

 

Regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.