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?
Think about which field is categorical and which mark controls shape.
Shape encoding in Tableau is done by dragging a categorical field to the Shape mark on the Marks card. This changes the shape of marks based on categories.
Why is shape encoding used in data visualizations like scatter plots?
Think about how shapes help distinguish groups visually.
Shape encoding helps viewers quickly identify different categories by assigning unique shapes to each group in the visualization.
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?
{ FIXED : COUNTD([Category]) }Think about which expression counts distinct categories regardless of filters.
The FIXED LOD expression with COUNTD counts distinct categories across the entire data set, which matches the number of shapes used.
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?
Think about what kind of data Tableau uses for shapes.
Shape encoding works with categorical fields. Numeric continuous measures do not change shapes because Tableau treats them as continuous data.
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?
Think about how to help users who cannot easily see shapes.
Combining shape with color and providing a clear legend helps users distinguish categories better and improves accessibility.