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

OData - Using nested system queries for Table.ExpandTableColumn

I'm attempting to perform nested expansion on an OData entity collection. The path I'm expecting is of the below form.

EntityCollection$expand=EntityNavigationProperty($expand=EntityCollectionNavigationProperty)

I attempted this by performing the following steps.

  1. Table.ExpandRecordColumn on "EntityNavigationProperty"
  2. Table.ExpandTableColumn on "EntityCollectionNavigationProperty"

However, when using Table.ExpandTableColumn, it seems to perform a navigation similar to the following.

EntityCollection(key1)/EntityNavigationProperty?$expand=EntityCollectionNavigationProperty

The source I am connecting to does not implement navigation properties using this syntax, and it is undesirable to fetch the data in this fashion, because it results in one web call per entity.

Is there some steps I can change or perform to instead fetch the data in a single web call such as how the first url format?

 

1 REPLY 1
Icey
Community Support
Community Support

Hi @brianscott0001 ,

 

I know little about "nested expansion on an OData entity collection".

 

Could you share me a sample to show the initial and expected result of this expression?

EntityCollection$expand=EntityNavigationProperty($expand=EntityCollectionNavigationProperty)

 

 

Best Regards,

Icey

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.

Top Solution Authors
Top Kudoed Authors