All questions
Question 1
A data source contains [Account ID], stored as a whole number. Tableau classifies it as a measure, so dragging it into the view produces SUM([Account ID]). An analyst wants each ID to define a category and never wants Tableau to add the ID values together.
Which change most directly gives [Account ID] the intended semantic role?
- Convert [Account ID] to discrete while leaving the field classified as a measure.
- Convert [Account ID] to a dimension and use its distinct values as categories. (correct answer)
- Keep [Account ID] continuous but change its default aggregation from SUM to AVG.
- Create bins from [Account ID] and use each interval as an account category.
Explanation: When you see a question about how Tableau handles numeric fields, ask yourself: is this field measuring something quantitative, or is it identifying something categorical? That distinction drives everything.
[Account ID] is a number, but its values don't represent quantities you'd ever add together — they represent labels. The root fix is changing the field's data role from measure to dimension. Dimensions in Tableau represent categorical, qualitative attributes; Tableau uses their distinct values to define headers and partitions in the view rather than aggregating them. Converting [Account ID] to a dimension (answer B) is the direct, semantic solution — it tells Tableau "this field groups data, it doesn't compute a sum."
Answer A is tempting but misses the point. Making a measure discrete only changes how Tableau renders the axis (as headers instead of a continuous axis); it does not remove the field from the Measures shelf or prevent aggregation. You'd still get SUM([Account ID]) displayed as discrete chunks — the IDs would still be summed.
Answer C keeps the field as a measure and simply swaps one meaningless aggregation (SUM) for another (AVG). Averaging account IDs is no more semantically meaningful than summing them — the problem isn't which aggregation is used, it's that aggregation is happening at all.
Answer D creates bins, which groups IDs into numeric intervals. This produces ranges like 1000–1999, not individual account identities — the opposite of what the analyst wants.
Study tip: On Tableau exams, always separate two independent axes: discrete/continuous (visual encoding) versus dimension/measure (data role). Changing one does not automatically change the other.
Question 2
A worksheet has [Region] on Rows and SUM([Sales]) on Columns. The analyst changes the green SUM([Sales]) pill to discrete, making it blue, without changing the field's role from measure to dimension.
What is the most accurate description of the resulting Sales field in the view?
- Sales remains aggregated as SUM for each region, but its results are displayed as discrete headers. (correct answer)
- Sales becomes a dimension, so individual transaction values replace the regional SUM calculations.
- Sales remains continuous, but Tableau automatically changes the regional aggregation from SUM to AVG.
- Sales becomes an unaggregated field, so every source-row value creates a separate column header.
Explanation: When working with Tableau, it's critical to distinguish between two independent properties of a field: its data role (measure vs. dimension) and its encoding type (continuous vs. discrete). These can be changed independently, and questions about this separation are common on the exam.
Here, the analyst switches SUM([Sales]) from continuous (green) to discrete (blue) without changing its role from measure to dimension. The field is still a measure, and Tableau still computes SUM([Sales]) for each Region — that aggregation logic hasn't changed at all. What does change is how Tableau renders the results: instead of drawing a continuous axis, it generates discrete column headers, one per region's SUM value. Answer A captures this precisely — the aggregation is preserved, but the visual treatment switches from a continuous axis to discrete headers.
Answer B is wrong because changing a pill from continuous to discrete does not convert a measure into a dimension. Dimensions and measures are data-role properties; continuous/discrete is purely an encoding choice. No individual transaction rows replace the SUM.
Answer C is wrong on two counts: the field is no longer continuous after this change, and Tableau never silently switches your aggregation function from SUM to AVG — aggregations only change when you explicitly alter them.
Answer D confuses discrete measures with unaggregated row-level data. A discrete measure still aggregates; it just displays the result as a header rather than on a scale. Unaggregated behavior requires disaggregation settings, not simply switching the pill color.
Study tip: Think of green/blue as the display format and measure/dimension as the data role — they are separate dials you can turn independently.
Question 3
A whole-number field [Quantity] is initially a measure. The analyst converts it to a dimension and then places it on Rows to compare customers who purchased one item, two items, three items, and so forth.
What changes as a direct result of converting [Quantity] to a dimension?
- Its numeric data type is retained, but distinct quantities are treated as categorical members rather than summed. (correct answer)
- Its values are converted to text, preventing any future numerical calculation involving the field.
- Its numeric data type is retained, and Tableau continues to apply SUM before creating quantity headers.
- Its values become continuous coordinates, so Tableau creates an axis rather than categorical headers.
Explanation: When you convert a field from measure to dimension in Tableau, you're changing how Tableau treats the field conceptually — not the underlying data type stored in it. This distinction is the heart of this question.
When [Quantity] is a measure, Tableau aggregates it (defaulting to SUM). Converting it to a dimension tells Tableau to stop aggregating and instead treat each distinct value as a categorical member — like a label. A quantity of 1, 2, or 3 becomes its own "bucket" on Rows, letting you compare customers per purchase count. The field's data type remains integer throughout; only the role changes. This makes A correct: the numeric type is preserved, but values are handled categorically rather than summed.
B is wrong because converting to a dimension never changes the underlying data type to text. The values are still whole numbers — Tableau simply stops aggregating them. You can even convert the field back to a measure and aggregate it again.
C is wrong because it contradicts the entire effect of the conversion. Once [Quantity] is a dimension, Tableau stops applying SUM automatically. That aggregation behavior belongs exclusively to measures.
D is wrong because continuous coordinates and axes are characteristics of measures (or continuous dimensions like dates), not discrete dimensions. Placing a discrete dimension on Rows creates categorical headers, not a numerical axis.
A useful rule of thumb: measure = aggregation + axis; dimension = categories + headers. When you flip the role, you flip those behaviors — but the data type itself stays put. Watch for distractors that conflate role with data type, as this question does with B.
Question 4
A survey data source stores [Rating] as whole numbers from 1 through 5, and Tableau initially classifies it as a measure. An analyst wants five categorical column headers—one for each rating—and AVG([Resolution Time]) displayed for each category.
Which configuration best produces the intended level of detail?
- Place continuous SUM([Rating]) on Columns and AVG([Resolution Time]) on Rows.
- Place discrete SUM([Rating]) on Columns and AVG([Resolution Time]) on Rows.
- Create continuous rating bins and place AVG([Resolution Time]) on Detail for each interval.
- Convert [Rating] to a dimension, place it on Columns, and use AVG([Resolution Time]) as the measure. (correct answer)
Explanation: When Tableau imports a numeric field like [Rating], it defaults to treating it as a measure, meaning it wants to aggregate it (sum it, average it, etc.). But if your goal is to display one column per rating value — essentially using 1, 2, 3, 4, and 5 as category labels — you need Tableau to treat [Rating] as a dimension instead. This distinction between dimensions (categorical grouping fields) and measures (aggregated values) is the core concept being tested here.
Converting [Rating] to a dimension and placing it on Columns is exactly what option D does. Tableau then creates one column header per distinct rating value (1 through 5), and AVG([Resolution Time]) on Rows gives you the correct aggregation for each group — precisely matching the analyst's goal.
Option A fails because placing a continuous SUM([Rating]) on Columns produces a continuous axis (a number line), not five discrete headers. You'd see a single bar or line spanning a range, not five separate columns. Option B is closer — making it discrete does force separate marks — but SUM([Rating]) still aggregates all rating values together (summing 1+2+3+4+5 into one combined number per partition), so you lose the one-column-per-value structure. Option C misuses bins, which group values into intervals rather than preserving each exact integer as its own category, and placing AVG([Resolution Time]) on Detail rather than Rows won't display it as a visible axis measure.
Study tip: On Tableau exam questions, whenever a numeric field needs to act as a label or grouping rather than a calculation, your first instinct should be to convert it to a dimension — pill color (blue vs. green) is your visual cue in the interface.
Question 5
The string dimension [Region] contains values such as Central, East, South, and West. An analyst wants to convert the original [Region] pill directly from discrete to continuous to create a continuous axis.
Why does this approach not directly produce the requested axis?
- Dimensions generally cannot be continuous, so string fields in particular are restricted to discrete headers.
- String fields are automatically measures, so Tableau must first aggregate [Region] before displaying it.
- The string members do not define a continuous numeric or date domain that an axis requires. (correct answer)
- Discrete fields can create only marks, so [Region] cannot produce headers in a worksheet.
Explanation: When you see a question about continuous versus discrete fields in Tableau, anchor your thinking to one core rule: a continuous axis requires a numeric or date domain — a range of values that can be measured and divided into intervals. Tableau renders continuous fields as a green axis precisely because numbers and dates have an inherent order and spacing.
String fields like [Region] contain categorical text labels — "Central," "East," "South," "West" — which have no numeric domain. There is no meaningful "distance" between East and West, no midpoint, no range to plot on a gradient axis. That is why C is correct: converting [Region] to continuous fails because the underlying data type cannot define the continuous numeric domain that an axis demands. Tableau simply has no mathematical space in which to render it.
A is misleading because dimensions can be continuous — numeric dimensions like [Year] or [Age] are common examples. The restriction is about data type, not the dimension/measure classification itself. B is wrong because string fields are not automatically measures; they default to dimensions, and aggregation has nothing to do with why an axis cannot be created here. D is incorrect and backwards — discrete fields absolutely create headers (the blue pills on rows/columns produce row and column headers), so that reasoning is flawed on its face.
Your takeaway: always think in terms of data type first, then pill color (discrete/continuous). Green continuous pills need a numeric or date foundation — no amount of pill-color switching will give a string field the numeric domain an axis requires.
Question 6
A view initially contains [Region] and a continuous SUM([Sales]), producing one aggregated Sales mark per region. The analyst is considering either changing SUM([Sales]) to discrete or adding [Order ID] to Detail.
How do these two actions differ?
- Both actions expose row-level Sales because any blue pill disables aggregation in the worksheet.
- Making SUM([Sales]) discrete changes headers or axes; adding [Order ID] increases the dimensional granularity. (correct answer)
- Making SUM([Sales]) discrete increases granularity; adding [Order ID] only changes the marks' tooltip text.
- Both actions preserve one mark per region because neither affects the dimensions defining the view.
Explanation: Whenever you see a question mixing discrete/continuous pill types with granularity changes, pause and separate two distinct concepts: visual encoding (how a field is displayed) and granularity (how many marks are drawn).
Changing SUM([Sales]) from continuous to discrete flips the pill from green to blue, which shifts the axis to a header — but the aggregation is still SUM, and the view still produces exactly one aggregated Sales value per region. You haven't added any new dimension, so granularity is unchanged. What changes is purely how Tableau renders that measure on the canvas (axis vs. header). Adding [Order ID] to Detail, on the other hand, introduces a new dimension into the view's level of detail. Tableau must now produce one mark per unique combination of Region and Order ID, dramatically increasing the number of marks and disaggregating Sales to individual orders. That's a genuine granularity change. This makes B correct: making SUM([Sales]) discrete affects headers or axes, while adding [Order ID] increases dimensional granularity.
A is wrong because blue pills alone don't disable aggregation — only unchecking "Aggregate Measures" in the Analysis menu does that. C reverses the logic entirely; it's adding [Order ID] that changes granularity, not the discrete toggle, and [Order ID] on Detail does far more than affect tooltips. D is wrong because adding [Order ID] absolutely does affect the dimensions defining the view — it's just placed on Detail rather than Rows/Columns, but it still splits marks.
Your study tip: always ask two separate questions — "Does this change how many marks exist?" (granularity) and "Does this change how they're drawn?" (encoding). Don't conflate pill color with level of detail.
Question 7
An analyst creates [Sales (bin)] from the continuous measure [Sales] and uses the generated field to compare customers whose sales fall into intervals of equal width.
Which statement best describes the roles of the two fields after the bin is created?
- Both fields become continuous measures because every bin boundary is based on numeric Sales values.
- [Sales] becomes a dimension, while [Sales (bin)] remains an aggregated version of the measure.
- Both fields become discrete dimensions because creating bins permanently changes the original field's role.
- [Sales (bin)] is generally a discrete dimension, while the original [Sales] remains a measure. (correct answer)
Explanation: When working with bins in Tableau, the key concept to anchor on is how field type and role interact. Tableau distinguishes between measures (quantitative values used for aggregation) and dimensions (categorical values used for grouping and slicing). Creating a bin doesn't restructure your original data — it generates a new field alongside the original.
When you create [Sales (bin)], Tableau produces a separate field that groups customers into equal-width intervals. Because those intervals act as discrete categories for comparison, [Sales (bin)] behaves as a discrete dimension by default — it segments your view into distinct buckets. Meanwhile, the original [Sales] field is completely untouched; it remains a continuous measure you can still aggregate with SUM, AVG, etc. That's exactly what D describes, making it the correct answer.
A is wrong because [Sales (bin)] is not a continuous measure — it's a discrete grouping field. Bin boundaries being numeric doesn't make the bin itself continuous; categorization into intervals is inherently discrete. B has it backwards: [Sales] doesn't become a dimension, and [Sales (bin)] isn't an aggregated measure — it's a dimensional grouper. C is wrong on two counts: the original [Sales] is never changed to a dimension, and bin creation doesn't "permanently change" the original field at all. The two fields coexist independently.
A reliable study tip: whenever Tableau generates a new field (bins, sets, groups), ask yourself what happened to the original field — the answer is almost always "nothing." Tableau adds, it doesn't replace.
Question 8
A data source contains orders from January 2024 through December 2025. An analyst wants a month-by-month trend that proceeds chronologically across both years rather than combining both Januaries, both Februaries, and so on.
Which treatment of [Order Date] best supports the requested timeline?
- Use discrete MONTH([Order Date]) alone, producing twelve month-name headers shared by both years.
- Use discrete exact dates, producing an individual header for every order date in the data.
- Use continuous YEAR([Order Date]) alone, producing a time axis with one position per year.
- Use continuous MONTH([Order Date]), producing a chronological monthly axis that preserves the years. (correct answer)
Explanation: When working with date fields in Tableau, the most important distinction to internalize is the difference between discrete and continuous date parts. Discrete dates group your data into buckets (like "January" regardless of year), while continuous dates plot values along a true number line that preserves chronological order across years.
The analyst needs a timeline that flows month by month from January 2024 all the way through December 2025 — 24 distinct points in sequence. Continuous MONTH([Order Date]), answer D, accomplishes exactly this. Tableau interprets each month as a unique position on a continuous axis, so January 2024 appears before February 2024, which appears before January 2025, and so on. The full two-year chronology stays intact.
A is the classic trap here. Discrete MONTH() strips away the year entirely, collapsing both Januaries into a single "January" header. You end up with only 12 buckets instead of 24, which is precisely the combining behavior the analyst wants to avoid.
B goes too granular in the wrong direction. Exact dates produce a separate header for every individual order date in the dataset — potentially hundreds of headers — making a month-by-month trend impossible to read cleanly.
C uses continuous YEAR(), which only gives you two data points (2024 and 2025). That's far too coarse for a monthly trend analysis.
A useful rule of thumb: whenever you need a chronological trend that crosses multiple years at a sub-year granularity, reach for continuous date parts. Discrete date parts are great for comparisons across years, not for timelines through them.
Question 9
In one worksheet, [Segment] appears as a blue pill, SUM([Sales]) appears as a green pill, and [Order Date] appears as a green continuous date pill. [Segment] and [Order Date] are dimensions in the Data pane, while [Sales] is a measure.
Which conclusion correctly distinguishes field role from pill behavior?
- Every dimension must be blue, so the green [Order Date] pill has become a measure.
- Every green pill is aggregated, so [Order Date] must be summarized before Tableau displays it.
- [Order Date] can remain a dimension while its continuous setting produces a chronological axis. (correct answer)
- SUM([Sales]) becomes a dimension whenever its green pill is changed from continuous to discrete.
Explanation: Tableau separates two distinct concepts that this question tests together: field role (dimension vs. measure) and pill color/behavior (blue discrete vs. green continuous). Understanding that these are independent properties is the key to answering correctly.
[Order Date] stays a dimension — it describes and categorizes data — regardless of how it's displayed. When you drag it to a shelf as a continuous field, Tableau renders it as a green pill and draws a chronological axis rather than discrete headers. The field's role in the Data pane hasn't changed; only its display behavior has. That's exactly what C captures: a dimension can produce a continuous axis without losing its identity as a dimension.
A is wrong because it confuses pill color with field role. Blue pills are discrete, not automatically "dimension." Dimensions can appear as green pills when set to continuous, so the logic "green = measure" is false. B is wrong because continuous date fields are not aggregated the way measures are — Tableau plots individual date values along an axis rather than summarizing them with SUM, AVG, or similar functions. No aggregation is required or applied. D gets the relationship backwards: changing SUM([Sales]) from continuous to discrete makes it look blue and behave discretely (creating headers), but it remains a measure. Discrete vs. continuous is a display setting; it does not reassign a field's role from measure to dimension.
A useful rule of thumb: pill color = display behavior, Data pane role = field identity. On the Tableau exam, watch for answer choices that conflate these two layers — that's the most common trap in field-role questions.
Question 10
An analyst drags the measure [Sales] to Filters and is prompted to choose an aggregation such as SUM. The analyst then considers converting [Sales] to a dimension before placing it on Filters.
How would the dimension conversion most directly change the meaning of the filter?
- It would still filter SUM([Sales]), but the resulting filter control would change from blue to green.
- It would filter individual numeric Sales members as categories rather than aggregated Sales results. (correct answer)
- It would automatically create equal-width Sales bins and filter those generated interval categories.
- It would change the source data type to text and require alphabetical comparisons between Sales values.
Explanation: Whenever you see a question about filtering in Tableau, the first thing to clarify is whether you're working with a measure or a dimension, because that distinction fundamentally changes what gets filtered.
When [Sales] lives as a measure and you drag it to Filters, Tableau asks you to choose an aggregation (SUM, AVG, etc.). This means the filter evaluates a computed result — for example, "show only partitions where SUM of Sales exceeds $10,000." The filter operates on the aggregate outcome, not on individual row values.
Converting [Sales] to a dimension strips away its numeric aggregation role. Tableau now treats each unique Sales value as a discrete category — just like a product name or region. The filter then asks: "which individual Sales values do you want to include?" This is exactly what B describes: filtering individual numeric members as categories rather than aggregated results. The filter logic shifts from "evaluate the pile" to "pick from the list."
A is wrong because converting to a dimension doesn't simply change the pill color while keeping SUM behavior intact — it fundamentally changes the filtering logic, not just the appearance. C is wrong because creating equal-width bins is a separate, explicit action (Create Bins) that Tableau doesn't perform automatically during a dimension conversion. D is wrong because converting a measure to a dimension in Tableau doesn't change the underlying data type to text — it changes how Tableau treats the field (discrete vs. continuous), not what the data actually is.
Your study tip: always ask yourself "aggregate or individual?" when a Tableau filter question appears. That one question will clarify nearly every measure-vs-dimension filter scenario on the exam.