What if your sales totals could update instantly without you lifting a finger to add numbers?
Why Compute using (table across, down) in Tableau? - Purpose & Use Cases
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.
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.
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.
Sum Jan + Feb + Mar for each product Sum Product A + B + C for each month
WINDOW_SUM(SUM([Sales]), 0, INDEX() - 1) // Compute using Table Across or Down
You can quickly analyze trends and totals across different dimensions without manual calculations, making your reports dynamic and error-free.
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.
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.