Calculations in Tableau
Agata Bak-Geerinck
Senior Data Analyst, Telenet
A Table Calculation is a transformation to the values in a visualization based only on what is currently on the canvas.
Underlying dataset:
Visualization:
Virtual table:
Running (cumulative):
Percentage of total:
Difference from:
Ranking:
Profit per product per year
Partitions:
Remaining dimensions = addressing fields:
Running functions:
E.g. RUNNING_SUM()
,RUNNING_AVG()
...
Window functions:
E.g. WINDOW_SUM()
,WINDOW_AVG()
...
Profit per product per year
Profit per product per year
Calculations in Tableau