Dashboard Mode - Mark types (automatic, bar, line, circle)
Dashboard Goal
Understand how different mark types (automatic, bar, line, circle) display sales data trends and comparisons in Tableau.
Understand how different mark types (automatic, bar, line, circle) display sales data trends and comparisons in Tableau.
| Month | Product | Sales |
|---|---|---|
| Jan | Apples | 100 |
| Feb | Apples | 150 |
| Mar | Apples | 130 |
| Jan | Oranges | 90 |
| Feb | Oranges | 120 |
| Mar | Oranges | 140 |
SUM([Sales]) = 730Marks Type = Bar. Shows side-by-side bars for Apples and Oranges per month.Marks Type = Line. Lines connect sales points for Apples and Oranges.Marks Type = Circle. Circle size represents sales amount per month (combined products).+----------------------+-----------------------+ | KPI Card | Bar Chart | | (Total Sales = 730) | (Sales by Product) | +----------------------+-----------------------+ | Line Chart | Circle Chart | | (Sales Trend) | (Sales by Month Size) | +----------------------+-----------------------+
Applying a filter on Product updates all charts and KPI card to show data only for the selected product(s). For example, selecting 'Apples' filters the bar, line, and circle charts and updates total sales accordingly.
If you add a filter for Month = Feb, which components update and what changes occur?