You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we do not formally express the relationships between tables in OData, largely because Power BI currently considers any NavigationProperty within a ComplexType invalid, and will reject the metadata document. This is equivalent to a repeat within a group in our parlance—an exceedingly common case.
Per the OData 4.0 spec, this construction should absolutely be valid, and it looks like Power BI simply hasn't caught up to the spec here (perhaps because the ADO.NET EF has yet to catch up either). Once it does work, we should ideally restore the link, in addition to a ReferentialConstraint describing the navigation relationship (the join).
The text was updated successfully, but these errors were encountered:
Currently, we do not formally express the relationships between tables in OData, largely because Power BI currently considers any NavigationProperty within a ComplexType invalid, and will reject the metadata document. This is equivalent to a repeat within a group in our parlance—an exceedingly common case.
Per the OData 4.0 spec, this construction should absolutely be valid, and it looks like Power BI simply hasn't caught up to the spec here (perhaps because the ADO.NET EF has yet to catch up either). Once it does work, we should ideally restore the link, in addition to a ReferentialConstraint describing the navigation relationship (the join).
The text was updated successfully, but these errors were encountered: