Compute Using - for Tableau table calculations.
top of page
  • Bernard K

Compute Using - for Tableau table calculations.


compute using for tableau table calculations

Table calculations are special types of calculated fields that computes on values in a visualization. They are calculated based on what is in the current visualization and do not consider measures or dimensions that are filtered out of the visualization.

Table calculation can be used in.

  • Transforming values into rankings.

  • Transforming values to show running totals.

  • Transforming values to show percent of total.

  • Transforming values to show percent difference.

  • Transforming values to show moving average etc.

Addressing and partitioning

When you add a table calculation, you must use all the dimensions in the level of detail either for partitioning (defining the scope of data the calculation is performed on) or for addressing (determining the direction of the calculation).

Partitioning fields break the view into multiple sub-views and then the table calculation is applied to the marks within each partition – with the direction in which the calculation moves being determined by the addressing fields.

Let’s get practical by creating a view.

In this case, using Sample-superstore data source.

  • Drag Order Date to columns.

  • Drag Region and Segment to rows.

  • Add Sales to the label shelf.

example of crosstab in tableau

Next add a table calculation ‘Difference’ as shown below.

adding table calculation in tableau

Table (across)

Executing this (by default) computes, the difference across the column YEAR(Order Date) for every row (Segment).

table calculation computed across the view

With ‘Compute Using’ option, we can customize the direction in which our table calculations are computed.

compute using in tableau

The views below, will help you understand how these different option under ‘Compute Using’ are executed.

Table (down)

The calculation is computed down the rows Segment for every column YEAR(Order Date).

table calculation computed down the table

Table (across then down)

The calculation is computed across the columns YEAR(Order Date), then down a row Segment, then across the columns again for the entire table.

table calculation computed across and then down the table

Table (down then across)

This calculation is computed down the rows segment, then across a column YEAR(Order Date), and then down rows again.

table calculation computed down and then across the table

Pane (down)

This calculation is computed down rows Segment for a single pane.

table calculation computed down the pane

Pane (across then down)

This calculation is computed across the columns YEAR(Order Date) for the length of pane, then down a row Segment and then across columns for the length of the pane.

table calculation computed across and then down the pane

Pane (down then across)

This calculation is computed down the rows Segment for the length of the pane, then across a column YEAR(Order Date) and then down the length of the pane again.

table calculation computed down then across the pane

Cell

This calculation is computed within a single cell.

table calculation computed within a single cell

Compute using specific dimensions.

This calculation is computed within the dimension you specify.

In the following view, the calculation has been computed using dimension ‘Region’

table calculation computed within the dimension specified in the calculation

Relative to

Another option you should note when working with table calculations is ‘Relative to’ which defines the point of reference when computing your table calculation. Some of the options you can use include, previous, next, first, last.

I hope this post was helpful to you. To receive more of the Tableau tips kindly join our mailing list by subscribing below.

Thank you for reading.

Blog.png
Black & white.jpg

About Me

More About the Author

Bernard K

Analytics Consultant | 3X Tableau Certified

Bernard is a data analytics consultant helping businesses reveal the true power of their data and bring clarity to their reporting dashboards. He loves building things and sharing knowledge on how to build dashboards that drive better outcomes.

Let’s discuss your data challenges! Let’s work together!

bottom of page