All questions
Question 1
Profit by month: add a Distribution Band, Confidence Interval 95%. Shaded area is:
- Range containing 95% of months
- Likely range for the true mean (correct answer)
- Middle 95% of profit values
- Range in which all marks fall
Explanation: A 95% confidence interval estimates where the true average monthly profit lies, not where individual months fall. The shaded band is built around the mean using sampling variability, so it shows the likely range for the true mean. The tempting mistake is reading it as the middle 95% of profit values; that describes a percentile band, not a confidence interval.
Question 2
Shade the error-rate axis from a fixed 2% to a fixed 5%. Use the Analytics pane:
- Distribution Band, fixed 2%-5%
- Percentile Band, fixed 2%-5%
- Reference Band, fixed 2%-5% (correct answer)
- Average Line at exactly 3.5%
Explanation: A fixed 2%-5% range asks for a static shaded region on the axis, so use a Reference Band. Distribution Band and Percentile Band both depend on your data values rather than fixed cutoffs, and an Average Line only marks a single value. The Reference Band is the Analytics pane option that shades the whole axis between two constant values.
Question 3
A view with SUM(Sales), Region on Rows, Category on Columns. An Average Line set to Per Pane is:
- For each Region-Category pane (correct answer)
- Within each Region row only
- Across the entire table only
- For each Category column only
Explanation: With Region on Rows and Category on Columns, the view is a grid and each pane sits at the intersection of one Region and one Category. Per Pane draws a separate average line in each of those grid panes, so it respects both dimensions. The tempting mistake is to think it follows just the Region rows, but a pane is defined by the row and column headers together.
Question 4
You add an Average Line to a view with SUM(Sales) on Rows and Month on Columns. The line is:
- Vertical at the average
- A trend line over months
- A point at the average
- Horizontal at the average (correct answer)
Explanation: SUM(Sales) is plotted on the vertical axis, so its average is a single value on that axis. Tableau draws a horizontal line across the view at that y-value. The tempting 'trend line over months' is wrong because a trend line fits a pattern over time, while an average line is just the mean of the values, with no slope.
Question 5
To shade the middle 80% of marks with a Distribution Band, set percentiles to:
- 20 and 80
- 10 and 80
- 10 and 90 (correct answer)
- 0 and 80
Explanation: The middle 80% leaves out 10% at the low end and 10% at the high end, so set the band to the 10th and 90th percentiles. The tempting 20 and 80 would only shade the middle 60%, excluding 20% on each side instead of 10%.
Question 6
A worksheet displays monthly profit as marks, with a separate pane for each region. An analyst wants one reference line in every regional pane. Each line must show the average monthly profit calculated only from the marks in that region.
When dragging Average Line from the Analytics pane, which drop target should the analyst select?
- Table, because Tableau will calculate one average and repeat it independently in every regional pane
- Pane, because Tableau will calculate a separate average from the monthly marks within each region (correct answer)
- Cell, because Tableau will calculate an average for every individual monthly mark within each region
- Table, because Tableau will calculate a weighted average using each region's total monthly profit
Explanation: When working with reference lines in Tableau, the key concept to understand is scope: reference lines can be calculated across the entire table, within each pane, or within each individual cell — and that scope determines which marks feed into the calculation.
Since the analyst needs one average per region, where each average reflects only that region's monthly data, the correct choice is B) Pane. Each regional pane contains exactly the marks belonging to that region, so dropping the Average Line onto the Pane target tells Tableau to calculate a fresh average from those marks alone. The result is a separate, contextually accurate reference line in every pane simultaneously.
A is wrong on two counts: Table scope calculates one average from all marks across every region combined, then draws that same single line in every pane — it doesn't produce region-specific averages. The phrase "independently in every regional pane" is misleading; the value itself is shared, not independent. D is also wrong for choosing Table scope, and the idea of a "weighted average using each region's total monthly profit" doesn't describe how Tableau's Average Line works at all — it's a fabricated concept designed to sound plausible. C is wrong because Cell scope goes even narrower than Pane: it calculates an average for each individual mark (each month within each region), which would produce redundant per-cell lines rather than one summary line per region.
A useful memory anchor: think of the three scopes as zoom levels — Table is widest, Pane is mid, Cell is narrowest. Match the scope to the granularity of the grouping you want to summarize.
Question 7
A view has a table-scoped average reference line based on the displayed profit marks. A standard dimension filter is then used to exclude one customer segment. The reference line is not based on a fixed-level expression or a parameter.
What should the analyst expect after applying the filter?
- The line will retain its original value because reference lines are calculated before dimension filters
- The line will disappear because table-scoped reference lines cannot coexist with dimension filters
- The line will recalculate from the marks remaining in the filtered table scope (correct answer)
- The line will become a constant line equal to the last calculated average
Explanation: Whenever you see a question about reference lines in Tableau, the key concept to anchor on is scope — specifically, how the scope of a reference line determines what data it reads from, and when that data is evaluated relative to filters.
A table-scoped reference line computes its aggregate (in this case, average profit) across whatever marks are currently visible in the view. Standard dimension filters — the kind you add via the Filters shelf without any context filter or fixed LOD expression — execute before the view renders, which means they reduce the pool of marks before the reference line ever runs its calculation. The reference line sees only the surviving marks and recomputes accordingly. That's exactly what C describes, and that's the correct answer.
A is wrong because it reverses the order of operations. Reference lines do not calculate before dimension filters; they read from the already-filtered dataset. That misconception likely comes from confusing standard filters with LOD expressions, which can bypass certain filter levels — but that's a different mechanism entirely.
B is wrong because there is no rule in Tableau that prevents table-scoped reference lines from coexisting with dimension filters. This answer fabricates a restriction that simply doesn't exist.
D is wrong because reference lines are not static snapshots. They don't "lock in" a previous value; they are live aggregations that recalculate dynamically every time the view changes.
Study tip: A helpful mental model is that standard dimension filters act as a gate — only the data that passes through the gate is visible to table-scoped calculations. If a reference line isn't anchored to a fixed value (parameter or FIXED LOD), assume it will always recalculate from what remains.
Question 8
A manager wants a shaded reference distribution extending from 80% to 120% of the average monthly revenue. The boundaries should move whenever the average changes and are not intended to represent percentile ranks.
How should the analyst configure the reference distribution?
- Select Percentiles, enter 80 and 120, and base the calculation on average revenue
- Select Quantiles, create 10 partitions, and shade the middle revenue partitions
- Select Percentages, enter 80 and 120, and use average revenue as the base (correct answer)
- Select Standard Deviation, enter factors of 0.8 and 1.2 around average revenue
Explanation: When Tableau asks you to configure a reference distribution, the key question is: what kind of boundary is this? You need to match the boundary type to its mathematical meaning. Here, the manager wants boundaries at 80% and 120% of the average — meaning the average itself is the reference point, and the bounds are proportional to it. That's a percentage-of-a-summary calculation, not a ranking or spread measure.
Selecting Percentages (answer C) is correct because this option lets you specify a percentage of a chosen summary statistic — in this case, the average monthly revenue. Tableau computes average×0.80 and average×1.20, so the shaded band automatically expands or contracts whenever the average changes. That's exactly the dynamic, proportional behavior the manager described.
Answer A fails because Percentiles rank your data values — the 80th percentile means "80% of data points fall below this value," which has nothing to do with a percentage of the average. The question explicitly states these boundaries are not percentile ranks. Answer B is wrong for a similar reason: Quantiles also partition data by rank order, not by proportion of a statistic, and shading "middle partitions" wouldn't produce the 80%–120% range requested. Answer D misuses Standard Deviation — factors of 0.8 and 1.2 don't translate to percentages of the mean; standard deviation bands reflect statistical spread, not proportional thresholds.
Study tip: On Tableau exam questions about reference distributions, watch for the word "percentage of" a statistic — that's your signal to choose Percentages, not Percentiles or Quantiles, which are always rank-based. Question 9
A worksheet has one pane for each market. Within every pane, the analyst wants a shaded reference band extending from that market's lowest displayed profit mark to its highest displayed profit mark. The band must update when filters change the visible marks.
Which reference-band configuration should the analyst use?
- Set the scope to Table, with Minimum as the lower bound and Maximum as the upper bound, so the band spans the overall range across all markets
- Set the scope to Pane, with Minimum as the lower bound and Maximum as the upper bound, so each market receives its own dynamically calculated band (correct answer)
- Set the scope to Cell, with Average as the lower bound and Median as the upper bound, so each cell receives a band between its central tendency values
- Set the scope to Pane, with two constant values matching the current overall minimum and maximum, so the band boundaries remain fixed across filter changes
Explanation: When you see a question about reference lines and bands in Tableau, the key concept to focus on is scope — the level at which Tableau calculates the band's boundaries. The three scope options are Table (entire view), Pane (one partition per dimension), and Cell (individual mark intersections).
Since the worksheet has one pane per market, setting scope to Pane means Tableau independently calculates the minimum and maximum within each market's pane. Pairing that with Minimum as the lower bound and Maximum as the upper bound produces a band that stretches exactly from the lowest to the highest profit mark visible in each pane — and because these are computed aggregates rather than fixed constants, they automatically recalculate whenever filters change what marks are displayed. That's why B is correct.
A sets scope to Table, so Tableau calculates a single minimum and maximum across all markets combined. Every pane would show the same band, ignoring each market's individual range — the opposite of what the analyst needs.
C uses Cell scope, which operates at the most granular level and would produce a band per individual cell rather than per market pane. Additionally, using Average and Median as bounds doesn't represent a min-to-max range at all; it would band between two measures of central tendency, not the extremes.
D uses Pane scope correctly but anchors the bounds to constant values. Fixed constants never update when filters change, directly violating the requirement that the band must respond dynamically to filter changes.
Your study tip: always match scope to the visual partition that matters — if each pane should behave independently, choose Pane scope with computed aggregates, not constants.
Question 10
For each pane in a worksheet, an analyst needs a single Analytics pane object that displays a median line and shading for the middle 50% of the values. The analyst does not want box-plot whiskers or outlier identification.
Which Analytics pane object should the analyst add?
- Box Plot, because it adds the median, quartile box, whiskers, and potential outlier marks
- Average Line, because it adds a center line and automatically shades the interquartile range
- Median with Quartiles, because it combines a median line with quartile distribution shading (correct answer)
- Constant Line, because it calculates the median and creates dynamic quartile boundaries
Explanation: When working with Tableau's Analytics pane, you need to match the specific combination of visual elements a question describes to the exact object that produces them. Here, the requirement is a median line plus shading for the middle 50% of values — that's the interquartile range (IQR, from Q1 to Q3) — with no whiskers and no outlier marks.
The Median with Quartiles object (C) does precisely this: it draws a median reference line and shades the region between the 25th and 75th percentiles, giving you that middle 50% band. No whiskers, no outlier dots — clean and focused.
Choice A, Box Plot, is the most tempting distractor because it does include a median line and an IQR box, but it also adds whiskers extending to 1.5× the IQR and flags potential outliers — exactly what the analyst wants to avoid. Choosing A ignores the explicit exclusion requirements.
Choice B, Average Line, adds a mean reference line, not a median. It does not automatically shade the IQR. This option confuses two different statistical measures — mean vs. median — and misrepresents what the object actually does.
Choice D, Constant Line, lets you place a fixed value on the axis. It doesn't calculate medians dynamically or generate quartile boundaries of any kind. The description in the option is fabricated behavior.
A useful study habit: when an Analytics pane question describes a combination of features, mentally check every feature mentioned against each option. A distractor often matches most requirements but fails on one critical detail — usually the thing the question explicitly says to exclude. Question 11
A view contains many customer-level marks on a continuous sales axis. An analyst adds a reference distribution using Quantiles and specifies 5 tiles.
Which result should the analyst expect within each selected scope?
- Five bands containing approximately equal numbers of marks, separated by four internal boundaries at the quantile cut points (correct answer)
- Five bands of equal numeric width along the axis, separated by four boundaries regardless of how many marks each band contains
- Four bands containing approximately equal numbers of marks, separated by five internal boundaries placed at even intervals
- Five bands centered on the mean, each extending one additional standard deviation outward from the previous band
Explanation: When you encounter a question about reference distributions in Tableau, focus on two key distinctions: does the method divide marks equally or divide the axis equally, and how many bands versus boundaries are created?
A Quantile reference distribution splits the data so that each band contains approximately the same number of marks, not equal numeric ranges. Specifying 5 tiles (quintiles) means Tableau places 4 internal cut points to create 5 bands of roughly equal mark density. This makes A the correct answer — five bands, four boundaries, balanced by mark count.
Here's why the other options miss the mark. B describes equal-width bands along the numeric axis regardless of mark distribution — that's a behavior you'd expect from a fixed, evenly spaced reference line approach, not quantiles. Quantiles are specifically designed to ignore equal numeric width in favor of equal population. C gets the relationship between tiles and boundaries backwards: n tiles always produce n−1 internal boundaries, not n+1. Five tiles → four boundaries, not five. D describes standard deviation bands centered on the mean, which is an entirely different distribution type in Tableau — it reflects a normal-distribution assumption, not rank-based splitting.
A useful memory aid: tiles = bands, boundaries = tiles − 1. So 5 tiles always yields 4 boundaries. Also, keep the quantile/equal-interval distinction sharp — quantiles balance counts, equal intervals balance distance. Tableau's reference distribution menu includes both, so exam questions often test whether you know which is which. Question 12
An analyst places a date field on Columns as a blue discrete pill and a measure on Text. The view displays date headers but no continuous axis. The analyst wants to drag a reference line from the Analytics pane onto the date scale.
What change is necessary before the reference line can be applied to the date scale?
- Keep the date field discrete and enable grand totals so Tableau creates a reference-line axis
- Keep the date field discrete and convert the text measure to a dimension to expose the line target
- Convert the date field to a string so every date header can receive an independent reference line
- Convert the date field to continuous so Tableau creates an axis that can receive the reference line (correct answer)
Explanation: When working with reference lines in Tableau, the key concept to keep in mind is that reference lines require a continuous axis to attach to — they are anchored to a numeric or date scale, not to discrete header buckets.
When you place a date field on Columns as a blue discrete pill, Tableau renders individual header labels (like "Q1," "Q2," "January," etc.) rather than a continuous axis. There is no scale for a reference line to "live on," so the Analytics pane will not allow you to drop one there. The fix is straightforward: convert the date pill to continuous (green pill) so Tableau renders a proper date axis. Once that axis exists, reference lines become available. That makes D the correct answer.
A is wrong because grand totals add summary rows/columns to a crosstab — they have no effect on whether a continuous axis is created and do nothing to enable reference lines. B is wrong because the measure's role (Text vs. a dimension) has no bearing on the date axis type; the problem is entirely about how the date field itself is encoded. C is a classic distractor — converting a date to a string actually moves you further from a usable axis, since strings are always discrete and never produce a continuous scale at all.
A useful rule of thumb: green pill = axis = reference lines possible; blue pill = headers = no reference lines. On the Tableau exam, whenever a question involves Analytics pane features like reference lines, distributions, or trend lines, immediately check whether the relevant field is continuous.
Question 13
An analyst wants to shade the portion of a sales distribution containing values at or above the 80th percentile. The boundary must depend on the rank of the observed mark values, so an unusually large maximum should not be treated as the base for a percentage calculation.
Which reference distribution configuration best satisfies this requirement?
- Use Percentages with a boundary of 80% based on the maximum sales value
- Use Percentiles with a boundary at the 80th percentile of sales (correct answer)
- Use Quantiles with 80 tiles and retain only the highest resulting tile
- Use Standard Deviation with a factor equal to 0.80 from the mean
Explanation: When Tableau builds a reference distribution, the method you choose determines what the boundary is anchored to — and that distinction is exactly what this question tests. Ask yourself: should the shading boundary respond to the shape and rank of the data, or to a raw arithmetic calculation?
Percentiles answer that question cleanly. A percentile boundary is defined by rank order: the 80th percentile is the value below which 80% of observed marks fall. That boundary shifts with the data's distribution, not with any single extreme value. This makes option B the correct choice — it anchors the boundary to rank, exactly as the passage requires.
Option A is a common trap. "Percentages" in Tableau's reference distribution computes the boundary as a percentage of a summary statistic (such as the maximum). If an outlier inflates the maximum, your 80% boundary moves with it — violating the requirement that the boundary depend on rank, not on a potentially skewed anchor value.
Option C misapplies quantiles. Requesting 80 quantile tiles (vigintiles would give 20; you'd need percentiles for 100 tiles) doesn't produce a clean 80th percentile boundary — it fragments the distribution into 80 equal-frequency bands, which isn't the same operation and isn't what Tableau's quantile distribution setting is designed to do here.
Option D, standard deviation, is entirely unrelated to percentile rank. A factor of 0.80 standard deviations from the mean has no reliable correspondence to the 80th percentile unless the data is perfectly normal — and even then, it's an approximation, not a rank-based boundary.
Study tip: On Tableau distribution questions, always map the business requirement to the anchor: rank-based → Percentile; proportion of a statistic → Percentage; spread from center → Standard Deviation. Question 14
A bar chart contains one mark per product category. The displayed values are SUM(Sales) of 120, 300, and 780. The underlying data contains different numbers of transactions in the three categories. An analyst drags Average Line from the Analytics pane and applies it to the entire table.
Where will the average line be placed?
- At 400, the arithmetic mean of the three displayed category totals (correct answer)
- At 1,200, the sum of all displayed category totals
- At 300, the median of the three displayed category totals
- At the average transaction value calculated from all underlying sales rows
Explanation: When Tableau draws a reference line from the Analytics pane, it always operates on the aggregated marks visible in the view — not the underlying row-level data. In a bar chart showing one mark per category, each bar is already an aggregated value (here, SUM(Sales)). An Average Line across the entire table computes the mean of those mark values.
With three displayed totals of 120, 300, and 780, the average line lands at 3120+300+780=31,200=400. That confirms A is correct.
B is wrong because 1,200 is the sum of the three mark values, not their average. Tableau isn't summing the bars — it's averaging them. C tempts you with 300, the middle value, but that would be the median; Tableau's "Average Line" computes an arithmetic mean, not a median (a separate Median Line option exists in the Analytics pane). D describes a grand-average calculated from every individual transaction row — this would only appear if you used a table calculation or a measure built on row-level aggregation. The Analytics pane Average Line has no access to the raw transaction rows; it sees only the aggregated marks rendered in the view.
The key study tip: whenever a question asks where a reference line falls, ask yourself "What data does Tableau actually see at the mark level?" Analytics pane lines always respond to the aggregated, visible marks — not the underlying source data. Keep that distinction sharp and you'll avoid the row-level trap on exam day. Question 15
For each department pane, an analyst wants shading that represents values within 2 standard deviations of that department's mean. The bounds must be recalculated separately for every department.
Which Analytics pane setup best meets the requirement?
- Add a Standard Deviation distribution with factor 2 and select Pane as the scope (correct answer)
- Add a Percentiles distribution with boundaries at 2 and 98 and select Table
- Add a Quantiles distribution with 2 tiles and select Pane as the scope
- Add a Percentage distribution at 200% of the mean and select Table
Explanation: When working with Tableau's Analytics pane distribution options, the key is matching two things simultaneously: the statistical method and the scope. The scope determines where the calculation resets — "Table" computes one set of bounds across the entire view, while "Pane" recalculates independently for each partition (in this case, each department).
The requirement asks for shading within ±2 standard deviations of each department's own mean, which means bounds must reset per department. That points directly to A: a Standard Deviation distribution with factor 2 and Pane scope. Tableau will compute xˉ±2σ separately for each department pane, which is exactly what the analyst needs.
B fails on two counts: Percentiles at 2 and 98 approximate a ±2σ range only under a normal distribution and are not mathematically equivalent to standard deviations. More critically, Table scope applies one global calculation across all departments, violating the per-department requirement.
C uses Quantiles with 2 tiles, which simply splits data at the median (50th percentile) — this has nothing to do with standard deviations and produces only two halves, not a ±2σ band.
D uses a Percentage distribution at 200% of the mean, which marks a value equal to twice the mean itself — a completely different concept from standard deviation — and Table scope compounds the error by ignoring department-level recalculation.
A good study habit: whenever a question mentions "recalculated per department/region/category," immediately look for Pane scope. Scope is often the deciding factor when the statistical method alone looks appealing.