Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
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?
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
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
10 | |
8 | |
6 | |
6 | |
6 |