0
0
Power BIbi_tool~8 mins

Publishing reports in Power BI - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - Publishing reports
Goal

How to publish a Power BI report so others in your organization can view and interact with it securely.

Sample Data
Order IDProductSales AmountRegionOrder Date
1001Chair150East2024-01-15
1002Desk300West2024-01-20
1003Lamp75East2024-02-05
1004Chair200North2024-02-10
1005Desk350South2024-03-01
1006Lamp90West2024-03-15
Dashboard Components
  • KPI Card: Total Sales
    Formula: Total Sales = SUM('Sales'[Sales Amount])
    Result: 1165
  • Bar Chart: Sales by Region
    Formula: SUM('Sales'[Sales Amount]) grouped by 'Sales'[Region]
    Shows sales totals for East, West, North, South
  • Table: Detailed Orders
    Shows all columns from sample data for review
  • Publish Button: Simulated button to publish report to Power BI Service
Dashboard Layout
+----------------------+--------------------+
|      Total Sales      |   Sales by Region  |
|       (KPI Card)     |     (Bar Chart)    |
+----------------------+--------------------+
|                Detailed Orders               |
|                    (Table)                   |
+---------------------------------------------+
|                Publish Report Button         |
+---------------------------------------------+
Interactivity

The bar chart and table are connected. Selecting a region in the bar chart filters the table to show only orders from that region.

The publish button uploads the current report to Power BI Service, making it accessible to authorized users via the web or mobile apps.

Self Check

If you add a filter for Region = 'East', which components update?

  • The bar chart updates to highlight or filter to East region sales.
  • The detailed orders table shows only orders from the East region.
  • The Total Sales KPI updates to show total sales for East region only.
Key Result
A Power BI report showing total sales, sales by region, detailed orders, and how to publish the report for sharing.