Design a Report in Power BI Desktop

Lab story

In this lab, you’ll create a three-page report. You’ll then publish it to Power BI, where you’ll open and interact with the report.

In this lab you learn how to:

  • Design a report
  • Configure visual fields and format properties

This lab should take approximately 45 minutes.

Get started

To complete this exercise, first open a web browser and enter the following URL to download the zip folder:

https://github.com/MicrosoftLearning/PL-300-Microsoft-Power-BI-Data-Analyst/raw/Main/Allfiles/Labs/06-design-report-in-power-bi-desktop/06-design-report.zip

Extract the folder to the C:\Users\Student\Downloads\06-design-report folder.

Open the 06-Starter-Sales Analysis.pbix file.

Note: You can dismiss the sign-in by selecting Cancel. Close any other informational windows. Select Apply Later, if prompted to apply changes.

Design page 1

In this exercise, you’ll design the first report page. When you’ve completed the design, the page will look like the following:

Image of page 1, comprising a logo, two slicers, and three visuals.

  1. In Power BI Desktop, to rename the page, at the bottom-left, right-click Page 1, then Rename the page as Overview.

    Tip: You can also double-click the page name to rename it.

  2. To add an image, on the Insert ribbon tab, from inside the Elements group, select Image.

    Picture 1

  3. In the Open window, navigate to the C:\Users\Student\Downloads\06-design-report folder.

  4. Select the AdventureWorksLogo.jpg file, and then select Open.

  5. Drag the image to position it at the top-left corner, and also drag the guide markers to resize it.

    Picture 12

  6. To add a slicer, first de-select the image by clicking an empty area of the report page, then select the Slicer in the Visualizations pane.

    Picture 49

  7. In the Data pane, drag the Date | Year field (not the Year level of the hierarchy) into the slicer Field in Visualizations pane.

    The labs use a shorthand notation to reference a field. It will look like this: Date | Year. In this example, Date is the table name and Year is the field name.

  8. To convert the slicer from a list to a dropdown, navigate to Visualizations > Format visual > Visual > Slicer Settings > Style, and then select Dropdown from the dropdown menu.

    Slicer style

  9. Resize and position the slicer so it sits beneath the image and is the same width as the image.

    Picture 19

  10. In the Year slicer, open the dropdown list, select FY2020, and then collapse the dropdown list.

    The report page is now filtered by year FY2020.

    Picture 20

  11. De-select the slicer by clicking an empty area of the report page.

  12. Create a second slicer, based on the Region | Region field (not the Region level of the hierarch).

  13. Leave the slicer as a list, and then resize and position the slicer beneath the Year slicer.

    Picture 21

  14. De-select the slicer by clicking an empty area of the report page.

  15. To add a chart to the page, in the Visualizations pane, select the Line and Stacked Column Chart visual type.

    Picture 51

  16. Resize and position the visual so it sits to the right of the logo, and so it fills the width of the report page.

    Picture 26

  17. Drag and drop the following fields into the visual:

    • Date | Month
    • Sales | Sales
  18. In the visual fields pane (located beneath the Visualizations pane), notice that the fields are assigned to the X-axis and Column y-axis wells/areas.

    By dragging fields into a visual, they’ll be added to default wells/areas. For precision, you can drag fields directly into the wells/areas, as you’ll do next.

    Picture 27

  19. From the Data pane, drag the Sales | Profit Margin field into the Line y-axis well/area.

    Picture 28

  20. Notice that the visual only has 11 months.

    The last month of the year, 2020 June, doesn’t have any sales (yet). By default, the visual has eliminated months with BLANK sales. You’ll now configure the visual to show all months.

  21. In the visual fields pane, in the X-axis well/area, for the Month field, select the down-arrow, and then select Show Items With No Data.

    Notice that the month 2020 June now appears.

    Picture 52

  22. De-select the chart by clicking an empty area of the report page.

  23. To add a chart to the page, in the Visualizations pane, select the Stacked Column Chart visual type.

    Picture 53

  24. Resize and position the visual so it sits beneath the column/line chart, and so it fills half the width of the chart above.

    Picture 33

  25. Add the following fields to the visual wells/areas:

    • X-axis: Region | Country
    • Y-axis: Sales | Sales
    • Legend: Product | Category
  26. De-select the chart by clicking an empty area of the report page.

  27. To add a chart to the page, in the Visualizations pane, click the Stacked Bar Chart visual type.

    Picture 54

  28. Resize and position the visual so it fills the remaining report page space.

    Picture 35

  29. Add the following fields to the visual wells/areas:

    • Y-axis: Product | Category
    • X-axis: Sales | Quantity
  30. To format the visual, open the Format pane.

    Picture 3

  31. Expand the Bars and then the Colors group, and then set the Default Color property to a suitable color (to complement the column/line chart).

  32. Set the Data Labels property to On.

    Picture 2

  33. Save the Power BI Desktop file.

The design of the first page is now complete.

Design page 2

In this exercise, you’ll design the second report page. When you’ve completed the design, the page will look like the following:

Image of page 2, comprising a slicer and matrix.

Important: When detailed instructions have already been provided in the labs, the lab steps will provide more concise instructions. If you need the detailed instructions, you can refer back to other tasks in this lab.

  1. To create a new page, at the bottom-left, select the plus icon, and rename new page to Profit.

  2. Add a slicer based on the Region | Region field.

  3. Use the Format pane to enable the “Select All” option (in the Slicer settings > Selection group).

  4. Resize and position the slicer so it sits at the left side of the report page, and so it is about half the page height.

    Picture 44

  5. Add a matrix visual, and resize and position it so it fills the remaining space of the report page

    Picture 45

  6. Add the Date | Fiscal hierarchy to the matrix Rows well/area.

    Picture 46

  7. Add the following five Sales table fields to the Values well/area:

    • Orders (from the Counts folder)
    • Sales
    • Cost
    • Profit (from the Pricing folder)
    • Profit Margin (from the Pricing folder)

    Picture 55

  8. In the Filters pane (located at the left of the Visualizations pane), notice the Filter On This Page well/area (you may need to scroll down).

    Picture 57

  9. From the Data pane, drag the Product | Category field into the Filter On This Page well/area.

    Fields added to the Filters pane can achieve the same result as a slicer. One difference is they don’t take up space on the report page. Another difference is that they can be configured to achieve more sophisticated filtering requirements.

  10. Inside the filter card, at the top-right, select the arrow to collapse the card.

  11. Add each of the following Product table fields to the Filter On This Page well/area, collapsing each, directly beneath the Category card:

    • Subcategory
    • Product
    • Color

    Picture 60

  12. Save the Power BI Desktop file.

The design of the second page is now complete.

Design page 3

In this exercise, you’ll design the third—and final—report page. When you’ve completed the design, the page will look like the following:

Image of page 3, comprising a slicer and three visuals.

  1. Create a new page, and then rename it as My Performance.

  2. To simulate the performance of row-level security filters, drag the Salesperson (Performance) | Salesperson field to the page level filters in the filter pane.

    Image of Salesperson field in filter pane.

  3. Select Michael Blythe. Data on the My Performance report page will now be filtered to display data for Michael Blythe only.

  4. Add a dropdown slicer based on the Date | Year field, and then resize and position it so it sits at the top-left corner of the page.

    Picture 70

  5. In the slicer, set the page to filter by FY2019.

    Picture 71

  6. Add a Multi-row Card visual, and then resize and reposition it so it sits to the right of the slicer and fills the remaining width of the page.

    Picture 56

    Picture 74

  7. Add the following four fields to the visual:

    • Sales | Sales
    • Targets | Target
    • Targets | Variance
    • Targets | Variance Margin
  8. Format the visual:

    • In the Callout values group, increase the Text Size property to 28pt

    • In the General > Effects > Background group, set the Color to a light gray color (such as “White, 20% Darker) to give contrast

      Picture 79

  9. Add a Clustered Bar Chart visual, and then resize and position it so it sits beneath the multi-row card visual and fills the remaining height of the page, and half the width of the multi-row card visual.

    Picture 59

    Picture 78

  10. Add the following fields to the visual wells/areas:

    • Y-axis: Date | Month
    • X-axis: Sales | Sales and Targets | Target

      Picture 80

  11. To create a copy of the visual, press Ctrl+C, and then press Ctrl+V.

  12. Position the new visual to the right of the original visual.

    Picture 82

  13. To modify the visualization type, in the Visualizations pane, select Clustered Column Chart.

    It’s now possible to see the same data expressed by two different visualization types.

    Picture 61

The design of the final page is complete.

Publish and explore the report

In this exercise, you’ll publish the report to the Power BI service and explore the published report behavior.

Note: You can review the remainder of the exercise, even if you don’t have access to the online Power BI service to perform the tasks directly.

  1. Select the Overview page, then save the Power BI Desktop file.

  2. On the Home ribbon tab, from inside the Share group, select Publish.

    If you’re not signed into Power BI Desktop already, you’ll need to sign-in to publish.

    Picture 67

  3. In the Publish to Power BI window, notice that My Workspace is selected.

    We won’t go into detail about the different items within the Power BI service in this lab.

  4. To publish the report, select Select. This may take a few moments.

  5. When the publication has succeeded, select Got It.

  6. Open a Microsoft Edge browser, then sign-in at https://app.powerbi.com.

  7. In the Microsoft Edge browser window, in the Power BI service, in the Navigation pane (located at the left, and it could be collapsed), expand My Workspace.

    Screenshot 2024-04-18 101424

  8. Review the contents of the workspace.

    • There are four types of items that can exist in a workspace, and we talk about reports and semantic models.

    • You may need to refresh your Microsoft Edge browser if the semantic model is not visible.

    • When you published the Power BI Desktop file, the data model was published as a semantic model.

  9. To explore the report, select the Sales Analysis report.

  10. At the left, in the Pages pane, select the Overview page.

  11. In the Regions slicer, while pressing the Ctrl key, select multiple regions.

  12. In the column/line chart, select any month column to cross filter the page.

  13. While pressing the Ctrl key, select another month.

    Note: By default, cross filtering filters all other visuals on the page.

  14. Notice that the bar chart is filtered and highlighted, with the bold portion of the bars representing the filtered months.

  15. Hover the cursor over the bar chart visual, and then at the top-right, hover the cursor over the filter icon.

    The filter icon allows you to understand all filters that are applied to the visual, including slicers and cross filters from other visual.

  16. Hover the cursor over a bar, and then notice the tooltip information.

  17. To undo the cross filter, in the column/line chart, select an empty area of the visual.

  18. Hover the cursor over the stacked column chart visual, and then at the top-right, select the Focus mode icon.

    Focus mode zooms the visual to full page size.

    Picture 96

  19. Hover the cursor over different segments of the bar charts to reveal tooltips.

  20. To return to the report page, at the top-left, select Back to Report.

    Picture 86

  21. Hover the cursor over one of the visuals again, then at the top-right, select the ellipsis (…), and then notice the menu options. Try out each of the options, except Chat in Teams.

    Picture 97

  22. At the left, in the Pages pane, select the Profit page.

    Picture 84

  23. Notice that the Region slicer has a different selection to the Region slicer on the Overview page.

    The slicers aren’t synchronized. You’ll modify the report design to ensure they sync between pages in the Enhance a Report in Power BI Desktop lab.

  24. In the Filters pane (located at the right), expand a filter card, and apply some filters.

    The Filters pane allows you to define more filters than could possibly fit on a page as slicers.

  25. In the matrix visual, use the plus (+) button to drill into the Fiscal hierarchy.

  26. Select the My Performance page.

    Picture 89

  27. At the top-right on the menu bar, select View, and then select Full Screen.

    Picture 98

  28. Interact with the page by modifying the slicer, and cross filtering the page.

  29. At the bottom of the window, notice the commands to change page, navigate backwards or forwards between pages, or to exit full screen mode.

  30. Select the right icon to exit full screen mode.

    Picture 91

Lab complete