Power Pivot、Power Query 和 Power BI 之间的区别

Difference between PowerPivot, PowerQuery and PowerBI

Power Pivot、Power Query 和 Power BI 之间有什么区别?应该如何决定应该使用哪种工具以及何时使用。

Power Query

Power Query 是一种自助式 ETL(提取、转换、加载)工具,它作为 Excel 加载项运行。它允许用户从各种来源提取数据,将所述数据处理成适合他们需要的形式,并将其加载到 Excel.

Power Pivot

Power Pivot 是一种内存中数据建模组件,可实现高度压缩的数据存储以及极快的聚合和计算。它也作为 Excel 的一部分提供,可用于在 Excel 工作簿中创建数据模型。 Power Pivot 可以自行加载数据,也可以通过 Power Query 将数据加载到其中。它与 SSAS(SQL Server Analysis Services)表格模型极其相似,类似于基于服务器的 Power Pivot 版本。

Power View

Power View 是一种交互式可视化工具,它为用户提供了一个拖放界面,使他们能够快速轻松地在 Excel 工作簿中构建数据可视化(使用 Power Pivot 数据模型) .

Power BI

Power BI 是一种 SaaS 服务,它使企业用户能够满足自己的商业智能需求。它提供了连接到 SaaS 服务(如 Salesforce 和许多其他服务)的内置功能。它使用直接查询和定期数据刷新的组合来提供与本地和云源的连接。它以免费增值服务的形式提供。它是 'Power BI for Office 365' 的继任者,后者基于 Microsoft 的 Office 365 和 SharePoint Online 产品,到 Excel 2013 年,包含 Power Query、Power Pivot 和 Power View。

Power BI(带有 O365 和 SharePoint Online)提供了一个站点,用户可以在其中上传和与其他用户共享他们创建的内容,以及管理进入企业数据源的网关、启用数据刷新和高级功能,如问答、允许对数据模型进行自然语言查询。

Microsoft 还发布了 standalone Power BI Desktop application,它在独立应用程序中将 Power Query、Power Pivot 和 Power View 结合在一起,消除了 Excel 2013 限制。 Power BI Desktop 可免费使用。

也可以使用本地 SQL Server 2012+、Excel 2010+ 和 SharePoint 2010+ 实现 Power BI 的许多功能,如果基于云的不是给你一个选择。

Power View 是一种交互式数据探索、可视化和演示体验,鼓励直观的即席报告。 Power View 是 Microsoft Excel 2013 以及 Microsoft SharePoint Server 2010 和 2013 的一项功能,作为 Microsoft SharePoint Server Enterprise Edition SQL Server 2012 Service Pack 1 Reporting Services 加载项的一部分。

电源图 for Excel 是一种三维 (3-D) 数据可视化工具,可让您以新的方式查看信息。功率图可让您发现在传统二维 (2-D) 表格和图表中可能看不到的见解。

简单回答:

PowerBI=PowerQuery+PowerPivot+PowerView

备选答案:

If 

[PowerQuery]="Clean Data/M language" and [PowerPivot]="Calculations/DAX language" and [PowerView]="Data visualization"

then 

[PowerBI]=concatenate ("PowerQuery","-","PowerPivot","-","PowerView")

else "Excel"

希望这能回答问题 :)

我喜欢 GShenanigan(工具 breaddown)和 excelislife(简单答案)的两个答案。但我会将它们全部合并到我自己的概要中,以提供截至 2018 年 11 月.

的更新定义

什么是 Power BI?

简单回答:PowerBI=PowerQuery+PowerPivot+PowerView

If 
[PowerQuery]="Clean Data/M language" and [PowerPivot]="Calculations/DAX language" and [PowerView]="Data visualization"
then
[PowerBI]=concatenate ("PowerQuery","-","PowerPivot","-","PowerView")
else "Excel"

PBI工具的另一种视角

我删除了 Power View,因为我认为这不再相关。它是用于构建可视化(图表、地图、图形,table)的 canvas sheet,但现在这是在 PBI 桌面中完成的。

Power Query

Users connect to a data source and build a data set. Drag-and-Drop interface to build ETL steps with the ability to also write custom code (Language: M). Data is loaded to Excel table or PowerPivot data model. NOTE: There are a variety of “connectors” for accessing many different data sources. To name a few: Database tables (SQL Server/Oracle/SSAS...), ODATA Feed, SaaS services (Salesforce/Exchange/…), Files (text/csv), and more.

Power Pivot

Users import data sets and build a data model. Measures are Calculations/Aggregations (Language: DAX). Report visuals are built off of the data model (DATASETS + RELATIONSHIPS + MEASURES) using the PowerBI visualizations canvas.

Power BI

PowerBI Desktop, or Excel, is where you build the reports (charts, maps, graphs, table). PowerBI uses the PQ and PP steps to get the data.

There are few ways to share these reports as seen on this blog post, "PBI 15 ways to share", https://blog.coeo.com/power-bi-15-ways-to-share-data. Here are the most relevant for enterprise collaboration based upon my experience.

  • PBI Service  Deploy Power BI reports to the service, https://app.powerbi.com/. These are overarching visualizations of a business overview, created by pinning visualizations from one or many reports. You publish dashboards inside and outside your organisation by hitting the share button when viewing the dashboard. Recipients of the share require a Pro licence (you pay per user per Month), or you deploy the content to premium capacity. You can configure the ability for internal recipients to re-share during the sharing process. Re-sharing can also be turned off completely in the Power BI admin portal.
  • On-Premises Report Server  Deploy Power BI reports alongside paginated SSRS reports.
  • Embed - App Owns Data  Embedded within third-party applications, requires no authentication by the end-user to Power BI.
  • Share PBIX  The PBIX file is open by the users in the development environment (PBI Desktop). On-premises and free, no PBI Pro license required.
  • Export to Excel or CSV  Click the ellipses on the top right of a visualization and select “export data”.

希望对您有所帮助!

Power BI:Power BI 是一种商业智能和数据可视化工具,可帮助您将来自各种数据源的数据转换为交互式仪表板和 BI 报告。它提供多种软件连接器和服务。

Power Query:它允许您发现、访问和整合来自不同来源的信息。

Power Pivot: 建模工具。

Power View:它是一种用于创建图表、表格等的演示工具。

Power Map: 帮助您创建数据的地理空间表示。

强力问答:这使您可以使用自然语言来获得问题的答案。

power bi 是一个可视化和商业智能平台,可以在内部运行 权力查询和权力枢纽。

power query 基本上可以帮助您从不同来源获取数据并实现自动化。

power pivot 是一种数据建模工具