Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Microsoft Power BI Cookbook

You're reading from   Microsoft Power BI Cookbook Convert raw data into business insights with updated techniques, use cases, and best practices

Arrow left icon
Product type Paperback
Published in Jul 2024
Publisher Packt
ISBN-13 9781835464274
Length 598 pages
Edition 3rd Edition
Languages
Arrow right icon
Authors (2):
Arrow left icon
Greg Deckler Greg Deckler
Author Profile Icon Greg Deckler
Greg Deckler
Brett Powell Brett Powell
Author Profile Icon Brett Powell
Brett Powell
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

Preface 1. Installing and Licensing Power BI Tools FREE CHAPTER 2. Accessing, Retrieving, and Transforming Data 3. Building a Power BI Semantic Model 4. Authoring Power BI Reports 5. Working in the Power BI Service 6. Getting Serious About Date Intelligence 7. Parameterizing Power BI Solutions 8. Implementing Dynamic User-Based Visibility in Power BI 9. Applying Advanced Analytics and Custom Visuals 10. Enhancing and Optimizing Existing Power BI Solutions 11. Deploying and Distributing Power BI Content 12. Integrating Power BI with Other Applications 13. Working with Premium and Microsoft Fabric 14. Other Books You May Enjoy
15. Index

Installing and Using Power BI Report Builder

Power BI Report Builder is a separate, free report authoring tool that is part of the Microsoft Power BI software suite. Power BI Report Builder is the evolution of the venerable Report Builder tool, which allows users to create paginated reports (also known as traditional SQL Server Reporting Services or SSRS reports). Reports authored in Power BI Report Builder can be published to and viewed in the Power BI service, similarly to traditional Power BI Desktop reports.

Getting ready

To get ready for this recipe, first download the Power BI Report Builder installer from the following link: https://www.microsoft.com/en-us/download/details.aspx?id=105942.

Once on the page in your web browser, choose your language, and then click the Download button to download the PowerBiReportBuilder.msi file.

How to install Power BI Report Builder

To install Power BI Report Builder, follow these steps:

  1. Once PowerBiReportBuilder.msi is downloaded, click Open file in your Downloads pane or run the file from your Downloads directory.
  2. On the welcome page, click the Next button.
  3. Accept the license terms and click the Next button.
  4. Choose a Destination Folder or accept the default and click the Next button.
  5. Click the Install button.
  6. If prompted by User Account Control, click the Yes button.
  7. Once Power BI Report Builder is installed, click the Finish button.

Power BI Report Builder is now installed and ready to be used.

How it works

Unlike Power BI Desktop, which creates files with a PBIX extension, Power BI Report Builder saves report files as Report Definition Language (.rdl) files. RDL files are actually eXtensible Markup Language (XLM) files, and this is the same file format used by SQL Server Reporting Services (SSRS). Power BI Report Builder files can be published to either the Power BI service or Power BI Report Server, which is the successor to SQL Server Reporting Services.

Paginated reports operate quite differently than Power BI Desktop reports. Paginated reports are optimized for printing and enable the display of long tables or matrixes that span many report pages. This is different from how Power BI Desktop can only display a limited number of rows without scrolling.

Another key difference is that paginated reports have limited interactivity features compared with Power BI Desktop reports. In Power BI Desktop, clicking on visuals can influence and change the display of other visuals on a page. Paginated reports do not have such interactivity between visuals. Interactivity with paginated reports is done via Parameters, which function like Slicers in Power BI Desktop reports.

A final key differentiator between paginated reports and Power BI Desktop reports is that there are only a limited number of visuals, ~12 available for paginated reports, versus the dozens of default visuals available in Power BI Desktop and the hundreds of custom visuals available from AppSource.

To run Power BI Report Builder, start typing Power BI Report Builder in the Windows search bar, and then run the Power BI Report Builder app in the Windows Start menu. Next, follow these steps:

  1. On the Getting Started window, select New Report and then Table or Matrix Wizard.
  2. Make sure that the Create a dataset radio button is selected, and then click the Next button.
  3. Click the New… button to start creating a new dataset.
  4. In the Data Source Properties window, click the Build… button.
  5. On the Connection Properties pane, type localhost or the name of your local computer for Server name. Depending on your circumstance, you may also need to include your SQL instance name in the form “server\instance”. Type AdventureWorksDW2022 or enter another database name.
  6. You can test the connection using the Test Connection button, and if successful, click the OK button.
  7. Back on the Data Source Properties window, click the OK button.
  8. On the New Table or Matrix window, click the Next button.
  9. In the Database view pane, select the FactInternetSales table, and then click the Next button.
  10. Drag the SalesAmount field into the Values field and the DueDate field into the Row groups field, and then click the Next button.
  11. On the next window, click the Next button once again.
  12. Finally, click the Finish >> button.
  13. The report should now look like Figure 1.19.
A screenshot of a computer

Description automatically generated

Figure 1.19: Simple paginated report

  1. Click the Run button to display the report.

Notice at the top of the displayed report that you can navigate through the multiple pages of the report, using the page navigation buttons within the Navigation section of the ribbon.

The Design button has replaced the Run button in the ribbon. Click the Design button and observe the Publish button on the far right of the ribbon, as shown in Figure 1.19. Clicking the Publish button prompts you to Sign in to the Power BI service.

See also

For additional information on the topics covered in this recipe, refer to the following links:

You have been reading a chapter from
Microsoft Power BI Cookbook - Third Edition
Published in: Jul 2024
Publisher: Packt
ISBN-13: 9781835464274
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime