TDS-C01 · Question #49
Which type of chart can you create without using a dimension?
The correct answer is C. Bar. A bar chart (C) is the only option here that can be built using just a measure with no dimension - for example, dragging SUM(Sales) to a shelf produces a single bar representing the aggregate total. That's a valid, renderable chart. Why the distractors are wrong: Stacked bar…
Question
Which type of chart can you create without using a dimension?
Options
- AStacked bar
- BHighlight table
- CBar
- DTreemap
How the community answered
(56 responses)- A4% (2)
- B7% (4)
- C73% (41)
- D16% (9)
Explanation
A bar chart (C) is the only option here that can be built using just a measure with no dimension - for example, dragging SUM(Sales) to a shelf produces a single bar representing the aggregate total. That's a valid, renderable chart.
Why the distractors are wrong:
- Stacked bar (A): Stacking implies segmenting a bar into parts, which requires at least one dimension to define those segments.
- Highlight table (B): A highlight table is essentially a crosstab with color encoding - it needs dimensions to form the rows and columns of the grid.
- Treemap (D): Treemaps divide space into labeled rectangles; without a dimension, there's nothing to split the space into distinct tiles.
Memory tip: Think "a single bar just needs a height (measure), but anything that splits, stacks, or tiles needs categories (dimensions)." Bar is the one chart that can stand alone with just a number.
Topics
Community Discussion
No community discussion yet for this question.