0
0
Tableaubi_tool~20 mins

Size encoding in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Size Encoding Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
visualization
intermediate
2:00remaining
Understanding Size Encoding Impact on Scatter Plot

You have a scatter plot showing sales vs. profit for different products. You add size encoding based on the quantity sold. What is the most likely visual effect of this size encoding?

APoints representing products with lower sales appear larger, highlighting underperformers.
BPoints representing products with higher profit appear larger, emphasizing profitability.
CAll points remain the same size, size encoding does not affect scatter plots.
DPoints representing products with higher quantity sold appear larger, making them more visually prominent.
Attempts:
2 left
💡 Hint

Think about what size encoding does: it changes the size of marks based on a measure.

🧠 Conceptual
intermediate
2:00remaining
Best Practices for Size Encoding

Which of the following is a best practice when using size encoding in a dashboard visualization?

AUse size encoding with a very wide range of values without normalization to show all differences clearly.
BUse size encoding only for categorical data to differentiate groups.
CLimit the size range to avoid very large or very small marks that can confuse viewers.
DAvoid using size encoding because it is always misleading.
Attempts:
2 left
💡 Hint

Consider how extreme sizes affect readability.

dax_lod_result
advanced
2:30remaining
Calculating Average Size Encoding Value with LOD

In Tableau, you want to create a calculated field that fixes the average sales per category to use for size encoding. Which LOD expression correctly calculates this?

Tableau
{ FIXED [Category] : AVG([Sales]) }
A{ EXCLUDE [Category] : AVG([Sales]) }
B{ FIXED [Category] : AVG([Sales]) }
C{ FIXED [Category] : SUM([Quantity]) }
D{ INCLUDE [Category] : SUM([Sales]) }
Attempts:
2 left
💡 Hint

Think about fixing the average sales per category regardless of filters.

🔧 Formula Fix
advanced
2:00remaining
Troubleshooting Size Encoding Not Changing

You assigned a measure to size encoding in Tableau, but the marks all appear the same size. What is the most likely cause?

AThe measure used for size encoding has the same value for all data points.
BThe size encoding feature is disabled by default and must be enabled in settings.
CTableau does not support size encoding for scatter plots.
DThe data source is missing, so size encoding cannot be applied.
Attempts:
2 left
💡 Hint

Check the values of the measure used for size encoding.

🎯 Scenario
expert
3:00remaining
Designing Size Encoding for Accessibility

You are designing a dashboard with size encoding to show sales volume. How can you ensure the size encoding is accessible to users with visual impairments?

AUse size encoding combined with color encoding and provide text labels or tooltips for exact values.
BUse very small size differences so that all marks look similar and avoid confusion.
CUse only size encoding without any other visual cues to keep the design simple.
DAvoid size encoding and rely only on color encoding for accessibility.
Attempts:
2 left
💡 Hint

Think about multiple ways to convey information for accessibility.