I'm playing around with OData with PowerPivot and I would like to know can I relate multiple OData services together?

I don't want to have one huge OData service as I want to roll this out for all of our internal systems. I think one service would get messy.

Something like; http://hosting/Sales.svc http://hosting/Clients.svc http://hosting/Finance.svc

With some relationships mapped within.

Anyone know how I can do this?

Thanks, Mike Mengell

link|improve this question

79% accept rate
feedback

2 Answers

Easy; create three services with different Contexts / models.

--larsw

link|improve this answer
But how would they then relate to each other? If I think in terms of tables then I would need some sort of join between them. Like Sales.ClientId = Clients.ClientId. – Mike Mengell Dec 19 '10 at 9:15
feedback
up vote 0 down vote accepted

I've worked it out.

In the PowerPivot window you have a design tab. Select create relationship and you can select the enity which can be from any service, in my case it's 2 OData services. Then you select the field for the relationship.

At the moment there doesn't seem to be any automatic relationship creation. Which for me is probably a blocker on using this for my business.

But the process is painless if you understand about the relationships.

I'll write a blog post about this soon and post it here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.