Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

View all the Fabric Data Days sessions on demand. View schedule

Nested filtering on related entities in GraphQL

The Fabric GraphQL API allows to expose data from multiple sources/tables and define relationships between fields. I can select specific columns from multiple tables but filtering on nested fields (i.e., fields from related entities) is not explicitly supported in the current schema capabilities. Multiple members from the community also confirmed that its not supported at this time.

 

There are workarounds like creating a SQL view in lakehouse, applying the logic on client side in API. But, it would be ideal and very helpful to account for this feature as part of schema build in a future release.

Status: New