Certified Tableau Consultants help customers understand their data and realize business value. They are experts in visual design, performance, scalability, adoption, and governance.
Updated for Winter '26 Release | Last Updated: March 2026 | Exam Version: Winter '26
This exam guide reflects the most current exam objectives as of the Winter '26 release.
Exam At a Glance
Certification Level
Professional
Number of Questions
60 multiple-choice
Time Allowed
120 minutes
Passing Score
72%
Exam Fee
$250 USD
Retake Fee
$125 USD
Prerequisite
None
Delivery
Pearson VUE (testing center or online proctored)
Target Audience
Tableau implementation consultants
Note: As of July 21, 2025, all Salesforce exams are delivered through Pearson VUE (Trailhead Academy).
The exam can be taken at a testing center or online with remote proctoring.
Exam Domains & Weightage
Focus your study time proportionally to each domain's weight. Higher-weighted domains appear more frequently in exam questions.
1. Data Connections and Preparation20%
2. Visual Design and Analytics25%
3. Performance and Scalability18%
4. Governance and Administration17%
5. User Adoption and Training20%
Salesforce may update domain weights periodically. Always verify against the official exam guide on Trailhead.
Who Should Take This Exam
This certification is designed for: Tableau implementation consultants
Recommended Experience
Hands-on experience in the relevant Salesforce product area (6–12 months recommended)
Completion of relevant Trailhead trails and superbadges
Familiarity with real-world implementation scenarios
Understanding of the exam domains listed above
Prerequisite
None
Exam Tips & Study Strategy
Recommended Study Plan
Weeks 1–2
Review all exam domains. Complete relevant Trailhead trails and read official documentation.
Weeks 3–4
Hands-on practice in a Developer Edition org or Trailhead Playground. Build and test real scenarios.
Weeks 5–6
Take practice exams. Aim for 80%+ consistently before scheduling. Review weak areas thoroughly.
Key Exam Day Tips
Study the official exam guide: Download and read the official Salesforce exam guide for this certification on Trailhead.
Prioritize by weight: Spend more time on higher-weighted domains — they appear more frequently.
Understand "why": Don't memorize answers. Understand the reasoning behind best practices.
Review Winter '26 release notes: New features from recent releases often appear in updated exam questions.
Time management: Flag difficult questions and return to them — ensure you answer every question before time runs out.
Practice exam threshold: Aim for consistently 80%+ on practice tests before sitting the real exam.
Salesforce-certified practitioner since 2015 ·
6 active certifications: Administrator, Platform App Builder, Platform Developer I, Sales Cloud Consultant, Service Cloud Consultant, AI Associate ·
Based in Hyderabad, India · All guides updated each Salesforce release cycle (Spring, Summer, Winter).
Difficulty: Intermediate to Advanced — tests practical Tableau skills in a consulting context, including requirements gathering, data preparation, and dashboard design for clients.
Exam Domain Breakdown
Domain
Weight
Designing End-to-End Solutions
25%
Connecting to and Preparing Data
15%
Data Analysis and Creating Charts
20%
Troubleshooting
15%
Building Effective Dashboards
25%
Practice Exam Questions — Salesforce Tableau Consultant
Scenario-based questions reflecting the style and difficulty of the actual Salesforce Tableau Consultant exam. Updated for Winter '26.
Q1. What is the primary focus of the Tableau Business Intelligence Analyst/Consultant certification?
A) Tableau Server administration and deployment
B) Designing and building analytical dashboards and reports that communicate insights effectively to business stakeholders — including data connection, calculation creation, and dashboard best practices
C) DataWeave transformation for Tableau data sources
D) Tableau CRM (Einstein Analytics) dataset building
► Show Answer
✓ Correct: B — The Tableau Consultant (BI Analyst) cert validates ability to: connect to data sources, build effective visualisations and dashboards, create calculations (LOD, table calcs), apply filters, and design for clarity and performance.
Q2. What is a "Level of Detail" (LOD) expression in Tableau?
A) A filter controlling the level of data detail shown in a view
B) A calculation that allows controlling the granularity of aggregation independently of the view — enabling computations at a different level (FIXED, INCLUDE, EXCLUDE) than the view's dimensions
C) A parameter controlling how many rows are displayed
D) A Tableau feature for drilling down through hierarchies
► Show Answer
✓ Correct: B — LOD expressions override the view's aggregation level. FIXED computes at specified dimension(s) regardless of view. INCLUDE adds dimensions to the view's level. EXCLUDE removes dimensions from the view's level — enabling complex comparisons like year-over-year or cohort analysis.
Q3. What is the difference between a "Continuous" and "Discrete" field in Tableau?
A) Continuous fields are text; Discrete fields are numbers
B) Discrete fields (blue) create column/row headers — finite, categorical values; Continuous fields (green) create axes — infinite, numerical ranges. Dates and numbers can be either depending on use
C) Continuous fields cannot be filtered; Discrete fields can
D) Discrete fields are dimensions; Continuous fields are always measures
► Show Answer
✓ Correct: B — In Tableau: Blue pill = Discrete (creates a header, partitions the view). Green pill = Continuous (creates an axis, shows a range). A date field can be Discrete (shows each year as a separate column header) or Continuous (shows a continuous timeline axis).
Q4. What is a "Context Filter" in Tableau and why is it used?
A) A filter that filters the entire dashboard globally
B) A filter that runs first, reducing the data set before other filters are applied — used to improve performance by limiting the data other filters, top N calculations, and table calculations operate on
C) A filter visible to the dashboard viewer for self-service filtering
D) A filter applied to individual worksheets only
► Show Answer
✓ Correct: B — Context Filters create a temporary table of filtered data, and all other filters operate on that subset. Adding a context filter to "Region = North" before a Top 10 Products filter means "Top 10 products in the North" — not "Top 10 overall filtered to North."
Q5. Universal Containers wants a Tableau dashboard showing each sales rep's performance vs quota. Quota values are stored in a separate spreadsheet. What is the recommended approach?
A) Re-enter quota values manually in each chart
B) Join or blend the quota spreadsheet with the Salesforce data source in Tableau — relating both sources on the rep name/ID field to display quota alongside actuals in the same view
C) Create a calculated field estimating quota from historical averages
D) Store quota in Tableau Parameters instead of a data source
► Show Answer
✓ Correct: B — Data Blending (or joins if data is in the same source) combines multiple data sources. The quota spreadsheet is the secondary source linked to the primary Salesforce data on Rep ID. Quota values from the secondary source appear alongside actuals.
Q6. What is "Table Calculation" in Tableau?
A) A calculation performed on database tables before data reaches Tableau
B) A secondary calculation computed on the aggregated results already in the view — operating on what Tableau has already computed (SUM, AVG) rather than row-level data, enabling running totals, percent of total, and rank
C) A calculated field using a lookup table reference
D) A Tableau function for creating pivot tables
► Show Answer
✓ Correct: B — Table Calculations run on aggregated values in the view partition. Common types: RUNNING_SUM(), WINDOW_AVG(), RANK(), FIRST(), LAST(), LOOKUP(). They enable year-over-year growth, moving averages, and ranking without modifying the underlying data.
Q7. What is the purpose of a "Dashboard Action" in Tableau?
A) An automated scheduled action on a Tableau dashboard
B) An interactive behaviour triggered by user interaction (click, hover, menu) that filters other sheets, highlights data, navigates to a URL, or navigates to another dashboard — enabling linked analytical experiences
C) An admin action to publish or share a dashboard
D) An action that refreshes the dashboard data
► Show Answer
✓ Correct: B — Dashboard Actions create interactivity: clicking a region on a map filters all other sheets (Filter Action); clicking a bar highlights the corresponding elements (Highlight Action); clicking a customer name opens their Salesforce record (URL Action).
Q8. What is "Parameter" in Tableau and how is it different from a Filter?
A) Parameters and Filters are the same in Tableau
B) A Parameter is a user-controlled input variable (number, string, date) that can dynamically change a calculation, reference line, filter condition, or bin size — unlike Filters which directly restrict data displayed
C) Parameters are only for admin use; Filters are for viewers
D) Parameters control which data source is used; Filters control which rows are shown
► Show Answer
✓ Correct: B — Parameters are dynamic input controls: a "Top N" parameter lets users choose how many top products to show; a "Metric Selector" parameter switches which measure is displayed. Filters directly hide/show data; Parameters change calculations and logic.
Q9. Universal Containers wants a Tableau dashboard to automatically show the most recent 13 months of data. What is the best approach?
A) Hard-code a date range filter to specific months
B) Use a Relative Date Filter (Last 13 months) — this automatically moves forward as time passes without requiring manual updates to the date filter
C) Use a calculated field that flags records in the last 13 months and filter on it
D) Create a new dashboard every month with an updated date range
► Show Answer
✓ Correct: B — Relative Date Filters ("last N months/years/weeks") automatically adjust relative to today. This is the most maintainable approach — no manual updates needed as time passes. Absolute date ranges require manual maintenance.
Q10. What does the "Marks Card" in Tableau control?
A) Marking a calculated field as a dimension or measure
B) The visual encoding properties of the marks in the view: mark type (bar, line, shape, text), colour, size, label, detail, and tooltip — dragging fields to marks card properties changes how data is visually encoded
C) A card displayed on the dashboard for KPI metrics
D) The version marks in Tableau Server content
► Show Answer
✓ Correct: B — The Marks Card controls every visual attribute of the marks plotted in the view. Drag a dimension to Colour to colour marks by category; drag a measure to Size to size marks by value; drag a field to Label to show its value on each mark.
Frequently Asked Questions — Tableau Consultant
What does the Tableau Consultant exam test?
End-to-end analytics solution design, data source connectivity (live vs extract), calculated fields and LOD expressions, dashboard design best practices, troubleshooting performance issues, and working with clients to translate business requirements into Tableau dashboards.
Is Tableau Consultant harder than Tableau Data Analyst?
Yes — Tableau Consultant is more advanced and requires consulting experience. Data Analyst focuses on individual analysis skills; Consultant adds solution design, requirements translation, and enterprise deployment considerations.
What Tableau Consultant skills are most important to study?
LOD (Level of Detail) expressions, table calculations, data blending vs joins, dashboard performance optimisation, Tableau Server/Cloud publishing, and row-level security. These topics have the highest exam weighting.
What is the career path after Tableau Consultant?
The natural progression is Tableau Architect — the highest Tableau credential. Many Tableau Consultants also pursue Salesforce CRM Analytics & Einstein Discovery Consultant to expand their analytics portfolio.