Subdomain 1.1: Understand Data Visualizations
1.A dashboard needs to display precise numeric values for dozens of metrics across many product SKUs, where users will scan exact figures rather than visual patterns. Which visual type best serves this need?
- A.A cross tabulation table
- B.A packed bubble chart
- C.A correlation heatmap
- D.A grouped bar chart
Show answer & explanation
Correct answer: A — A cross tabulation table
- A. A cross tabulation table presents data in a grid of rows and columns with exact values, which is the visual type best suited to scanning precise numeric figures across many metrics and SKUs.
- B. A packed bubble chart encodes magnitude through bubble size, which is useful for spotting relative scale but poor for reading exact numeric values.
- C. A correlation heatmap encodes relationships through color intensity, which highlights patterns rather than presenting precise readable figures.
- D. A grouped bar chart is effective for comparing categories visually, but with dozens of metrics and SKUs it becomes cluttered and less precise than a tabular display.