SSRS vs. Power BI - when to use and why?

拥有回忆 提交于 2019-12-08 16:41:43

问题


Can anyone tell when to use Power BI vs. SSRS and visa versa?

Is there a good presentation with the Use Cases that compares and contrast both the products - SSRS and Power BI?


回答1:


I think these are some considerations for choosing the right reporting tool.

Power BI

  • Mobile support (adaptability and responsiveness).
  • Multiple sources, you can connect Power BI to a large number of data sources, almost every release include supporting for an additional source :).
  • It is required to transform your datasources.
  • Better for multidimensional/tabular instance as sources.
  • Modern visuals, also third party developers can submit their own and you can use them for free.
  • Oriented to data analysis.
  • Free until you include features for collaborating, security, gateway etc.

SQL Server Reporting Services

  • Delivery reports in multiple formats automatically (Scheduling via Subscriptions).

  • Better for on-premise security control.

  • You can control the clients used to visualize the reports.

  • Oriented to operational reports.

  • Requires SQL SERVER licenses.

If you read the Microsoft BI Roadmap, their intent is mix on-premises and cloud reporting technologies. That's SSRS is supporting integrations with Power BI easily in the latest versions.



来源:https://stackoverflow.com/questions/42581835/ssrs-vs-power-bi-when-to-use-and-why

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