0
0
Tableaubi_tool~20 mins

Shape encoding in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Shape Encoding Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
visualization
intermediate
2:00remaining
Identify the correct use of shape encoding in Tableau

You have a scatter plot showing sales vs profit by product category. You want to use shape encoding to differentiate product categories visually. Which option correctly describes how to apply shape encoding in Tableau?

ADrag the 'Profit' measure to the Color mark on the Marks card.
BDrag the 'Sales' measure to the Shape mark on the Marks card.
CDrag the 'Product Category' field to the Shape mark on the Marks card.
DDrag the 'Product Category' field to the Size mark on the Marks card.
Attempts:
2 left
💡 Hint

Think about which field is categorical and which mark controls shape.

🧠 Conceptual
intermediate
1:30remaining
Purpose of shape encoding in data visualization

Why is shape encoding used in data visualizations like scatter plots?

ATo display the trend line of data points.
BTo represent different categories or groups distinctly by changing the shape of data points.
CTo show the size of data points based on a numeric value.
DTo change the background color of the chart.
Attempts:
2 left
💡 Hint

Think about how shapes help distinguish groups visually.

dax_lod_result
advanced
2:30remaining
Calculate distinct shape count using LOD expression

In Tableau, you want to calculate how many distinct shapes (categories) appear in your scatter plot. Which LOD expression correctly counts distinct categories for shape encoding?

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

Think about which expression counts distinct categories regardless of filters.

🔧 Formula Fix
advanced
2:00remaining
Identify the error in shape encoding setup

You tried to assign shape encoding by dragging a numeric measure to the Shape mark in Tableau, but the shapes do not change. What is the most likely reason?

AYou need to convert the numeric measure to a date field first.
BYou must drag the field to the Color mark, not Shape.
CTableau does not support shape encoding for scatter plots.
DShape encoding requires a categorical field, not a continuous numeric measure.
Attempts:
2 left
💡 Hint

Think about what kind of data Tableau uses for shapes.

🎯 Scenario
expert
3:00remaining
Designing a dashboard with shape encoding for accessibility

You are designing a dashboard with multiple scatter plots using shape encoding to differentiate categories. Some users have difficulty distinguishing shapes. What is the best practice to improve accessibility while keeping shape encoding?

ACombine shape encoding with color encoding and provide a clear legend with shape names.
BUse only shape encoding without any legend to keep the dashboard clean.
CReplace shapes with only color encoding to avoid confusion.
DUse very similar shapes to keep the design consistent.
Attempts:
2 left
💡 Hint

Think about how to help users who cannot easily see shapes.