0
0
Power BIbi_tool~8 mins

Scatter plots in Power BI - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - Scatter plots
Business Question

How do sales amount and profit margin relate across different product categories and regions?

Sample Data
Order IDProduct CategoryRegionSales AmountProfit Margin (%)
1001ElectronicsNorth120015
1002FurnitureSouth85010
1003ElectronicsEast150020
1004Office SuppliesWest4005
1005FurnitureNorth70012
1006ElectronicsSouth130018
1007Office SuppliesEast3007
Dashboard Components
  • KPI Card: Total Sales
    Formula: Total Sales = SUM('SalesData'[Sales Amount])
    Result: 6250
  • KPI Card: Average Profit Margin
    Formula: Avg Profit Margin = AVERAGE('SalesData'[Profit Margin (%)])
    Result: 12.43%
  • Scatter Plot: Sales Amount vs Profit Margin
    X-axis: Sales Amount
    Y-axis: Profit Margin (%)
    Details: Product Category (legend), Region (tooltip)
    Purpose: Visualize relationship between sales and profit margin by category and region
  • Table: Sales Details
    Columns: Order ID, Product Category, Region, Sales Amount, Profit Margin (%)
Dashboard Layout
+----------------------+----------------------+
|   Total Sales (KPI)  | Avg Profit Margin (%) |
|        6250          |         12.43%        |
+----------------------+----------------------+
|                                              |
|           Scatter Plot: Sales vs Profit       |
|                                              |
+----------------------------------------------+
|                Sales Details Table             |
+----------------------------------------------+
Interactivity

Adding a slicer for Product Category filters all components: the KPI cards, scatter plot, and sales details table update to show data only for the selected category.

Hovering over points in the scatter plot shows the Region and exact sales and profit margin values.

Self Check

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

  • Both KPI cards update to show totals and averages only for North region sales.
  • The scatter plot updates to show only points from the North region.
  • The sales details table filters to show only orders from the North region.
Key Result
Scatter plot dashboard showing relationship between sales amount and profit margin by product category and region with KPIs and detailed table.