0
0
Tableaubi_tool~5 mins

Year-over-year comparison in Tableau - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a Year-over-Year (YoY) comparison in Tableau?
Year-over-Year comparison shows how a value (like sales) changes compared to the same period in the previous year. It helps spot growth or decline over time.
Click to reveal answer
intermediate
Which Tableau function helps calculate the previous year's value for YoY comparison?
The LOOKUP() function or DATEADD() function can be used to get the previous year's value for comparison.
Click to reveal answer
beginner
How do you calculate the YoY growth percentage in Tableau?
YoY Growth % = ((Current Year Value - Previous Year Value) / Previous Year Value) * 100
Click to reveal answer
beginner
Why is it important to use the same time period when comparing YoY data?
Using the same time period (like same month or quarter) ensures the comparison is fair and accounts for seasonal effects.
Click to reveal answer
beginner
What type of visualization is best for showing Year-over-Year comparisons?
Line charts or bar charts with side-by-side bars for each year are best. They clearly show trends and differences over time.
Click to reveal answer
Which Tableau function can you use to shift dates by one year for YoY comparison?
AIF()
BDATEADD()
CSUM()
DLOOKUP()
What does a positive YoY growth percentage indicate?
ADecrease compared to last year
BNo change compared to last year
CIncrease compared to last year
DData error
Why should you compare the same months when doing YoY analysis?
ATo avoid seasonal bias
BTo increase data volume
CTo simplify calculations
DTo ignore holidays
Which visualization best shows YoY trends clearly?
ALine chart
BPie chart
CScatter plot
DHeat map
What is the formula for YoY growth percentage?
APrevious Year Value / Current Year Value
BCurrent Year Value - Previous Year Value
C(Current Year Value / Previous Year Value) * 100
D((Current Year Value - Previous Year Value) / Previous Year Value) * 100
Explain how to create a Year-over-Year comparison in Tableau using calculated fields.
Think about shifting dates and calculating differences.
You got /4 concepts.
    Describe best practices for visualizing Year-over-Year data in a dashboard.
    Focus on clarity and easy comparison.
    You got /5 concepts.