0
0
Tableaubi_tool~5 mins

Rolling period calculations in Tableau - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a rolling period calculation in Tableau?
A rolling period calculation shows data aggregated over a moving window of time, like the last 7 days or 3 months, updating as new data comes in.
Click to reveal answer
intermediate
How do you create a 7-day rolling sum in Tableau?
Use a table calculation with WINDOW_SUM(SUM([Measure]), -6, 0) to sum the current day and previous 6 days.
Click to reveal answer
beginner
What is the difference between a rolling average and a moving average?
They mean the same: average over a moving window of time, smoothing data to show trends.
Click to reveal answer
intermediate
Why is it important to set the correct addressing and partitioning in Tableau rolling calculations?
Because it controls how Tableau moves through data to calculate the rolling period correctly, ensuring accurate results.
Click to reveal answer
beginner
What does WINDOW_SUM(SUM([Sales]), -2, 0) calculate?
It sums the Sales for the current row and the two previous rows, creating a 3-period rolling sum.
Click to reveal answer
Which Tableau function is commonly used for rolling period sums?
AAVG
BSUM
CWINDOW_SUM
DCOUNT
In a 7-day rolling sum, how many previous days are included besides the current day?
A0
B7
C1
D6
What does partitioning control in Tableau rolling calculations?
AThe color of the chart
BWhich data groups the calculation restarts for
CThe font size
DThe data source connection
Which of these is NOT a rolling period calculation?
AYear-to-date total
BRolling sum
CRolling average
DMoving median
What is the main benefit of using rolling period calculations?
ATo smooth data and show trends over time
BTo count distinct customers
CTo change data colors
DTo filter data by category
Explain how to build a 3-month rolling average in Tableau and why it is useful.
Think about summing or averaging over the current and previous 2 months.
You got /4 concepts.
    Describe the role of addressing and partitioning in rolling period calculations in Tableau.
    Consider how Tableau moves through rows and groups data.
    You got /4 concepts.