问题
As Excel PowerPivot supports Odata feeds, I'm looking for some technical solution to expose SSAS cubes as OData feeds. Are there any known ways/frameworks of achieving this?
EDIT:
I need to be able to slice and dice data coming from the cubes through a client application (in this case Excel). OData feeds as a data source is a requirement as well. SSRS report exposed as OData is not an option, since it is rigid and has a consistent form.
回答1:
I would use Reporting Services (SSRS).
SSRS is fairly well integrated with SSAS, with a few quirks.
Once SSRS reports are published to a Report Manager or SharePoint portal, they can be used to generate an Atom-format Odata feed.
http://technet.microsoft.com/en-us/library/ff519563.aspx
来源:https://stackoverflow.com/questions/23558931/ssas-cubes-as-odata-feed