Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When will PowerPivot support automatic relationships in OData?

I've read that PowerPivot doesn't support the automatic creation of entity relationships when consuming OData feeds.

Can anyone confirm this and is anyone aware of the PowerPivot OData roadmap? Is it coming?

Thanks, Mike

like image 427
Mike Mengell Avatar asked Dec 20 '10 09:12

Mike Mengell


1 Answers

Yes that is correct. Relationships are lost when imported into PowerPivot.

This is why best practice is to expose ForeignKey properties from your Data Services, that way you can rebuild the relationship in PowerPivot.

In terms of when / if PowerPivot will add better support for relationships - we ( I am a Program Manager ) on the OData team hope so, but there isn't a firm commitment or timeframe yet.

like image 147
Alex James Avatar answered Jan 03 '23 18:01

Alex James