HOME

TheInfoList



OR:

Microsoft Power BI is an interactive data visualization software product developed by
Microsoft Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
with a primary focus on business intelligence (BI). It is part of the Microsoft Power Platform. Power BI is a collection of software services, apps, and connectors that work together to turn various sources of data into static and interactive data visualizations. Data may be input by reading directly from a
database In computing, a database is an organized collection of data or a type of data store based on the use of a database management system (DBMS), the software that interacts with end users, applications, and the database itself to capture and a ...
, webpage, PDF, or structured files such as spreadsheets, CSV,
XML Extensible Markup Language (XML) is a markup language and file format for storing, transmitting, and reconstructing data. It defines a set of rules for encoding electronic document, documents in a format that is both human-readable and Machine-r ...
,
JSON JSON (JavaScript Object Notation, pronounced or ) is an open standard file format and electronic data interchange, data interchange format that uses Human-readable medium and data, human-readable text to store and transmit data objects consi ...
, XLSX, and SharePoint.


General

Power BI provides cloud-based BI (business intelligence) services, known as "Power BI Services", along with a desktop-based interface, called "Power BI Desktop". It provides data warehouse capabilities including data preparation, data mining, and interactive dashboards. In March 2016, Microsoft released an additional service called Power BI Embedded on its Azure cloud platform. One main differentiator of the product is the ability to load custom visualizations.


History

The software was originally used as Power Pivot and Power Query in Microsoft Excel. This application was originally conceived by Thierry D'Hers and Amir Netz of the SQL Server Reporting Services team at Microsoft. It was originally designed by Ron George in the summer of 2010 and named Project Crescent. Project Crescent was initially available for public download on 11 July 2011, bundled with SQL Server Codename Denali. Later renamed Power BI it was then unveiled by Microsoft in September 2013 as Power BI for Office 365. The first release of Power BI was based on the
Microsoft Excel Microsoft Excel is a spreadsheet editor developed by Microsoft for Microsoft Windows, Windows, macOS, Android (operating system), Android, iOS and iPadOS. It features calculation or computation capabilities, graphing tools, pivot tables, and a ...
-based add-ins: Power Query, Power Pivot and Power View. With time, Microsoft also added many additional features like question and answers, enterprise-level data connectivity, and security options via Power BI Gateways. Power BI was first released to the general public on 24 July 2015. It has several versions for desktop, web, and mobile app. On 14 April 2015, Microsoft announced that they had acquired the Canadian company Datazen, to "complement Power BI, our cloud-based business analytics service, rounding out our mobile capabilities for customers who need a mobile BI solution implemented on-premises and optimized for SQL Server." Most of the 'visuals' in Power BI started life as Datazen visuals.


Key components

Key components of the Power BI ecosystem are as follows: ; Power BI Desktop: The Windows desktop-based application for PCs, primarily for designing and publishing reports to the service. ;Power BI Service : The SaaS-based (software as a service) online service. This was formerly known as Power BI for Office 365, now referred to as PowerBI.com or simply Power BI. ; Power BI Mobile Apps: Power BI Mobile apps are for Android and iOS devices, as well as for Windows phones and tablets. ; Power BI Gateway: Gateways are used to sync external data in and out of Power BI and are required for automated refreshes. In enterprise mode, it can also be used by Microsoft Power Automate (previously called Flows) and PowerApps in Office 365. ; Power BI Embedded: Power BI REST API can be used to build dashboards and reports into the custom applications that serve Power BI users and non-Power BI users. ; Power BI Report Server: An on-premises Power BI is a reporting product for companies that choose not to store data in the cloud-based Power BI Service. ; Power BI Premium: Capacity-based offering that includes flexibility to publish reports broadly across an enterprise without requiring recipients to be licensed individually per user. This provides greater scale and performance than shared capacity in the Power BI Service. ; Power BI Visuals Marketplace: A marketplace of custom visuals and R-powered visuals. ; Power BI Dataflow: A Power Query implementation in the cloud that can be used for data transformations to make a common Power BI Dataset, which can then can be made available for report developers through Microsoft's Common Data Service. For example, it can be used as an alternative to doing transformations in SSAS and may ensure that several report developers use data that has been transformed similarly. ; Power BI Dataset: A Power BI Dataset can work as a collection of data for use in Power BI reports, and can either be connected to or imported into a Power BI Report. A dataset can be connected to and get its source data through one or more dataflows. ; Power BI Datamart: Within Power BI, the datamart is a container that combines Power BI Dataflows, datasets, and a type of data mart or data warehouse (in the form of an Azure SQL Database) into the same interface. The interface then has the possibility of being a single place for the administration of both the ETL layer ( Dataflow), an intermediary data mart (with for instance storage of star schemas, dimension tables,
fact table In data warehousing, a fact table consists of the measurements, metrics or Fact (data warehouse), facts of a business process. It is located at the center of a star schema or a snowflake schema surrounded by dimension tables. Where multiple fact t ...
s), and finally the modeling layer (dataset). ; Power BI Datahub: A data hub for discovering Power BI datasets within an organization's Power BI Service so that datasets may be reused from one central location. It offers details on the things as well as an access point for working with them, such as building reports on top of them, utilizing them with Excel's Analyze feature, accessing settings, controlling permissions, and more.


Power Query

ETL processes in both the web and desktop versions of Power BI are facilitated in Power Query through built-in connectors to pull data from a wide variety of sources. Power Query provides a GUI which allows users to perform many common data preparation operations without needing to write code, though more advanced operations may be performed through expressions written in the M formula language.


Licenses

Power BI has many different licenses depending on use.


User licenses

Some common user licenses are ''free'', ''pro'', and ''premium''. Free users must be part of an organization with a Power BI license. They can consume reports, and can also build, but not publish. In practice, creators need at least a pro license in order to publish reports. Premium users can publish like a pro but also have more features available for developing.


Workspace licenses

''Premium capacity'' refers to the license of the workspace, not the licenses of its users or creators. Also, access to several features, functionalities, and kinds of content that are exclusively accessible through premium is made possible with a Power BI Premium per-user license. ''Premium per user'' is a special workspace license which was added in November 2020,Meet Power BI Premium per user element61
/ref> and can be a more affordable alternative to premium workspace licenses for organizations with few users which have advanced analytical requirements.


Paginated reports

Paginated reports for Power BI, which can be built with Power BI Report Builder, are a special type of SSRS reports with pagination formatting which can give better control of the layout of reports which need to be printed to paper or PDF. This is in contrast to regular Power BI reports which instead are optimized for presentation or interactivity and exploration on a screen. Paginated reports can, as of 2022, not be made with the regular ''Power BI Desktop'' report builder software. Instead, the standalone ''Power BI Report Builder'' has to be used, which can be viewed as a descendant of the SQL Server Reporting Services (SSRS) ''Microsoft Report Builder'' for Microsoft SQL Server introduced in 2004. It is also similar to the ''Report Designer'' in SQL Server Data Tools. Power BI Paginated reports are saved in the Report Definition Language (.rdl file format), as opposed to the .pbix file of regular Power BI reports. The RDL format is based on XML and was proposed by Microsoft as a benchmark for defining reports with SSRS. Paginated reports may be more suitable than regular Power BI reports, and may include printing of invoices or other repeated printouts of reports with a similar layout but different content, or for printing reports where text would otherwise overflow due to being cut off by scrollbars.


References


Further reading

*


External links

* {{Microsoft Power BI Business intelligence software Data and information visualization software Proprietary software Android (operating system) software