Dashboard Mode - Custom table calculation scope
Business Question
How do sales trends change over months within each region, and how does the calculation scope affect the results?
Jump into concepts and practice - no test required
How do sales trends change over months within each region, and how does the calculation scope affect the results?
| Region | Month | Sales |
|---|---|---|
| East | Jan | 100 |
| East | Feb | 150 |
| East | Mar | 200 |
| West | Jan | 120 |
| West | Feb | 180 |
| West | Mar | 160 |
| Central | Jan | 130 |
| Central | Feb | 170 |
+----------------------+-----------------------------+
| KPI Card | Line Chart: Table Across|
| Total Sales =1210 | (Running Total all regions) |
+----------------------+-----------------------------+
| Line Chart: Pane Across (per region) |
| (Running Total by month within each region) |
+-------------------------------------------------------+
| Table: Sales and Running Total per Region & Month |
+-------------------------------------------------------+
Filter by Region: Updates the line charts and table to show only selected regions. The KPI card updates total sales accordingly.
Filter by Month: Limits data shown in charts and table to selected months, updating running totals accordingly.
If you add a filter for Region = East, which components update and how?
Custom Table Calculation Scope control in Tableau?Region dimension in Tableau?Region and Category, what will be the result of a running total table calculation with scope set to Compute Using: Category for Region 'West'?Compute Using: Table (Across) but the running total is incorrect. What is the most likely cause?Region and sums across Category. Which custom table calculation scope should you use?