0
0
Tableaubi_tool~3 mins

Why Compute using (table across, down) in Tableau? - Purpose & Use Cases

Choose your learning style9 modes available
The Big Idea

What if your sales totals could update instantly without you lifting a finger to add numbers?

The Scenario

Imagine you have a big sales report in a spreadsheet. You want to find the running total of sales across months and also down different product categories. Doing this by hand means adding numbers cell by cell, across rows and down columns.

The Problem

Manually adding numbers across and down is slow and easy to mess up. You might miss a cell or add the wrong numbers. If the data changes, you have to redo everything. It's frustrating and wastes time.

The Solution

Using Tableau's "Compute Using" feature lets you tell the software to automatically calculate totals across rows or down columns. It updates instantly when data changes, so you get accurate results fast without manual math.

Before vs After
Before
Sum Jan + Feb + Mar for each product
Sum Product A + B + C for each month
After
WINDOW_SUM(SUM([Sales]), 0, INDEX() - 1) // Compute using Table Across or Down
What It Enables

You can quickly analyze trends and totals across different dimensions without manual calculations, making your reports dynamic and error-free.

Real Life Example

A sales manager wants to see monthly running totals for each product line and also compare totals across regions. Using compute using across and down, Tableau shows these insights instantly.

Key Takeaways

Manual addition across rows and columns is slow and error-prone.

Compute Using automates these calculations in Tableau.

Results update dynamically as data changes, saving time and improving accuracy.