In Tableau, when you create a table calculation, the scope determines which data the calculation processes. Which of the following best describes the effect of setting the scope to Pane (Down)?
Think about how data is grouped visually in panes and how the calculation moves down rows.
Setting the scope to Pane (Down) means Tableau calculates the result separately for each vertical pane, moving down the rows within that pane. This limits the calculation to the data inside each pane vertically.
Consider a Tableau table with sales data by Region (rows) and Month (columns). You apply a running total table calculation on Sales with scope set to Table (Across). What will be the running total value for the last month in the first region?
Region: East, Months: Jan=100, Feb=150, Mar=200 Running Total with scope Table (Across)
Scope Table (Across) means calculation moves across columns for each row.
With scope Table (Across), the running total sums values across the months (columns) for each region (row) independently. For East region, the total for Jan, Feb, Mar is 100 + 150 + 200 = 450.
You want to create a visualization showing each product's sales as a percentage of total sales within each category. Which table calculation scope should you use to get the correct percentage?
Think about how categories are grouped in panes and how you want to calculate percentages within those groups vertically.
Using Pane (Down) scope calculates the percent of total within each category pane vertically down the products, which matches the requirement to show percent within each category.
You created a running total table calculation on Sales with scope set to Pane (Across), but the totals reset unexpectedly within the pane. What is the most likely cause?
Consider how adding dimensions affects pane divisions and calculation partitions.
Additional dimensions in the view can create multiple panes. With scope Pane (Across), the running total resets at each pane boundary, causing unexpected resets.
You have a Tableau dashboard showing sales by Region (rows), Product Category (columns), and Year (filter). You want a running total that restarts for each Region and Product Category combination but sums across months within the year. Which scope and addressing should you choose?
Think about how panes are defined by Region and Product Category and how the calculation should move down months.
Setting scope to Pane (Down) with addressing on Month means the running total sums months vertically within each pane defined by Region and Product Category, restarting at each pane boundary as required.