SSAS cubes as OData feed

微笑、不失礼 提交于 2019-12-11 03:57:19

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!