Dashboard Mode - LOD vs table calculations
Business Question
How can we compare sales performance by category and region using Level of Detail (LOD) expressions versus Table Calculations in Tableau?
How can we compare sales performance by category and region using Level of Detail (LOD) expressions versus Table Calculations in Tableau?
| Order ID | Category | Region | Sales |
|---|---|---|---|
| 1001 | Furniture | East | 200 |
| 1002 | Furniture | West | 150 |
| 1003 | Technology | East | 300 |
| 1004 | Technology | West | 250 |
| 1005 | Office Supplies | East | 100 |
| 1006 | Office Supplies | West | 120 |
| 1007 | Furniture | East | 180 |
| 1008 | Technology | West | 220 |
SUM([Sales])SUM([Sales]) grouped by [Category]{FIXED [Category]: SUM([Sales])}RUNNING_SUM(SUM([Sales])) computed across [Region]+----------------------+-----------------------+ | KPI Card | Bar Chart | | Total Sales: 1720 | Sales by Category | +----------------------+-----------------------+ | LOD Calculation | Table Calculation | | Sales by Category | Running Total by Region| +----------------------+-----------------------+ | Cross-tab Table (Sales by Category and Region) | +-----------------------------------------------------------------+
Filters on Region and Category apply to all components except the LOD calculation, which always shows total sales by category regardless of filters.
When a user selects a region filter, the Bar Chart, Table Calculation, KPI Card, and Cross-tab Table update to show sales only for that region. The LOD calculation remains fixed.
If you add a filter for Region = East, which components update their values?