Dashboard Mode - Scatter plots
Goal
Understand the relationship between advertising spend and sales using a scatter plot.
Understand the relationship between advertising spend and sales using a scatter plot.
| Month | Advertising Spend ($) | Sales ($) |
|---|---|---|
| Jan | 200 | 1500 |
| Feb | 300 | 1800 |
| Mar | 250 | 1600 |
| Apr | 400 | 2100 |
| May | 350 | 2000 |
| Jun | 500 | 2500 |
=AVERAGE(B2:B7)=AVERAGE(C2:C7)B2:B7 for X values, C2:C7 for Y values.+----------------------+----------------------+ | Average Advertising | Average Sales | | Spend: $333.33 | $1916.67 | +----------------------+----------------------+ | Scatter Plot | | (Advertising Spend vs Sales) | | | +------------------------------------------------+
Add a filter for Month to select specific months. When a month is selected, the KPI cards and scatter plot update to show data only for those months.
If you filter the data to show only months with Advertising Spend above $300, which components update and what changes do you see?