Power BI Dashboard vs Report vs Workbook

By:   |   Comments   |   Related: > Power BI


Problem

We are currently using Power BI as our self-service reporting and ad-hoc analysis tool. There are so many different ways to present data to the users that it becomes overwhelming. There are dashboards, reports created in Power BI Desktop and Excel workbooks to choose from. Which type of reporting should we use?

Solution

Each reporting type in Power BI has its strengths and weaknesses, but also their own use cases. Although there certainly is much overlap between all of them, there's enough difference to consider which one you'll use, before you dive into the creation of your data visualizations.

Power BI Dashboards

Let's begin with dashboards. If you're new to the world of Power BI, you can take a look at the tip How to Build your First Power BI Dashboard to get you started with dashboards. In the tip it's explained the term dashboards actually means something different in Power BI than in most other business intelligence and data visualization tools. In Power BI, a dashboard is a collection of tiles. These tiles are visualizations (tables, matrices, charts, etc.) from reports or workbooks, or they can be more static tiles containing images, text or URLs.

pinned visuals from different sources

Unlike other tools, the visualizations in dashboards in Power BI are not meant to be interacted with. If you click on a visualization, you are directed to the report behind it. There's one notable exception: live tiles. Instead of pinning a single visualization to a dashboard, you pin an entire report page to the dashboard.

pin live page

On the dashboard, you can interact with the tile, hence its name.

interact with live tile

But in general, we can assume Power BI dashboards are quite static. Their main purpose is to present data at a glance. If something seems interesting, users can click on the visualization to go the report to interact with the data and see more detail. Hence, dashboards can be considered as some sort of a glorified contents table.

There are some features though which are only present in dashboards.

  • Q&A. This feature allows the user to ask questions about the data, which will be answered by the Power BI service using the data models stored in the workspace. More information can be found in the tip Power BI Q & A Example and Demo. If the presented answer is useful, you can also pin it to a dashboard.
q&a example
  • Dashboards can be lived updated using streaming data. For more information, check out the documentation.
  • Dashboards can combine visualizations from multiple datasets into one single page, where a report is bound to a single dataset (but a dataset can import data from multiple sources as well).
  • You can set a dashboard as a featured dashboard. Every time the Power BI service is opened, the dashboard is shown first.
set featured dashboard

Power BI Workbooks

Excel Workbooks

The integration of Excel in Power BI is described in the tip Power BI Workbooks. You can lift & shift existing Excel workbooks directly to the Power BI service, but usually it's more interesting to either convert it to a Power BI Dataset or to just import the source data directly into Power BI Desktop. The reason for this is Power BI Desktop (and the dataset itself once it has been published to the service) offers way more flexibility and features than Excel Online can offer.

excel workbook online

Analyze in Excel

A more interesting feature is the Analyze in Excel feature. From a dataset or a report in the Power BI service, you can create .odc file which you download on your machine. When you double click this file, Excel opens with a direct connection to the dataset in the service. This means users can analyze your data hosted in the Power BI service using the tool they're probably most familiar with: Excel PivotTables.

analyze in excel pivottable

Power BI Reports

Reports in Power BI are what people usually describe as “dashboards”. They are one or more pages containing visualizations of data from one dataset.

power bi report

Reports are typically created in Power BI Desktop. Some reasons why reports are the go-to place for your users:

  • Although it's also possible to create datasets and reports in the service itself, it's recommended to use the Desktop, since it will have the latest features and updates, but also the full Power Query experience (aka Get Data) to prep the data before it is loaded into your model. The Desktop is updated monthly with new features and bug fixes.
  • Matrices now support collapsing and expanding groups, which means they behave almost like an Excel PivotTable (the + and – icons are only available for rows though).
matrix example

Power BI Reports are the most comprehensive tool to present data to your users.

Reporting Services Reports

SSRS reports, or paginated reports as they're now called, can also be hosted in the Power BI Service. These reports are pixel-perfect reports and they are typically more static than their Power BI counterparts. The caveat is that this feature is only available in Power BI Premium. For more information, check out the documentation.

Conclusion

There are different ways to present data in the Power BI service. Even though they support different use cases, there's a general narrative that can be followed:

  1. Reports are created in Power BI Desktop. You can import data from various sources using Power Query and create a powerful in-memory model. Using this model, you can visualize data in dozens of different ways. When the report is finished, it is published to a workspace in the Power BI service, where it can be shared with other users.
  2. In the service, you can create dashboards by pinning visualizations from one or more reports. The dashboard acts like a contents table; when a user clicks on a tile, the browser redirects to the underlying report. There are other types of tiles available as well and dashboards can also show streaming data.
  3. If you have existing visualizations in Excel available, you can upload them to the service as well. If you have Power BI Premium, you can also integrate SSRS reports. This makes the Power BI Service a true portal for all your reporting needs.
  4. Users in the service can browse reports, workbooks and dashboards to view the data. They can interact with reports to dive deeper into the data and do more analysis. If some questions are left unanswered by existing visualizations, the Q&A feature can be used to ask questions about the data.
  5. For true ad-hoc analysis, the “Analyze in Excel” feature can be used to create PivotTables in Excel using the model created in step 1. Giving users tools they are familiar with is a huge benefit.

We can conclude it's useful to have all different types of reporting available in the service. Depending on the need, users can choose which type suits them best.

Next Steps

Learn more about Power BI in this 3 hour training course.


Click here to start the Power BI course






sql server categories

sql server webinars

subscribe to mssqltips

sql server tutorials

sql server white papers

next tip



About the author
MSSQLTips author Koen Verbeeck Koen Verbeeck is a seasoned business intelligence consultant at AE. He has over a decade of experience with the Microsoft Data Platform in numerous industries. He holds several certifications and is a prolific writer contributing content about SSIS, ADF, SSAS, SSRS, MDS, Power BI, Snowflake and Azure services. He has spoken at PASS, SQLBits, dataMinds Connect and delivers webinars on MSSQLTips.com. Koen has been awarded the Microsoft MVP data platform award for many years.

This author pledges the content of this article is based on professional experience and not AI generated.

View all my tips



Comments For This Article

















get free sql tips
agree to terms