Updated for Summer '26
Looking for exam strategy before you start practising? Read ourTableau Data Analyst exam tips and 4-week study plan.
Join 700+ passed this month • Updated for 2026 • No sign-up required
Updated for Summer '26
This page is reviewed every release to stay aligned with the current exam blueprint.
Exam Blueprint Aligned
Section weightages match the official Summer '26 exam guide
Questions Reviewed
Practice questions and explanations checked each release cycle
Works on Any Device
Full practice experience on phone, tablet, or desktop
Free, No Sign-Up
Start practicing immediately — no account or email required

Written & verified by Krishna Mohan
5× Salesforce Certified · 12+ years in data engineering & Salesforce · Updated for Summer '26
Who is the Tableau Data Analyst exam for?
- BI Analysts: Professionals building dashboards, reports, and interactive visualizations with Tableau Desktop for business stakeholders.
- Data Analysts: Analysts transitioning from spreadsheet-based reporting to Tableau’s visual analytics platform for deeper insights.
- Self-Service Analytics Users: Business users who create their own Tableau workbooks and want a credential to validate their data visualization skills.
Exam Fees & Registration
Exam Fee
$200
One-time registration fee
Retake Fee
$100
If you need to retake the exam
Comparing certs? View all Salesforce exam fees in one place →
Certification Validity
Your Salesforce Certified Tableau Data Analyst certification is valid for 3 years from the date you pass the exam. You'll need to maintain your certification through continuing education or retake the exam.
How to Register
Register for the Salesforce Certified Tableau Data Analyst exam through the official Salesforce certification portal.
Register for ExamExam data verification: questions, duration, passing score, fees, and section coverage were checked against official source references on .
Official sources: Exam guide·Salesforce exam pricing·Independent prep resource; no braindumps or leaked exam questions.
Salesforce Certified Tableau Data Analyst – Complete Summer '26 Guide
Tableau Data Analysts analyze data and build actionable insights using Tableau. They connect to data, create calculations, and design visualizations that drive business decisions.
Salesforce Certified Tableau Data Analyst Exam Weightage by Section
Exam Topics
Exam Tips
- 1Data Connection/Prep and Calculations are 50%—know LOD and table calcs.
- 2Visualization and Dashboards are 35%—build various chart types and dashboards.
- 3Understand dimensions vs measures and the shelf (Rows, Columns, Marks).
- 4Practice building a dashboard with filters and actions.
Prerequisites
- •Tableau Desktop experience
- •Data analysis basics
Focus Areas
- •Data Connection and Prep
- •Calculations and LOD
- •Visualization and Dashboards
- •Analysis and Insights
Study Strategy
Use Tableau Desktop with sample data.
Build 5+ chart types, use LOD expressions, and create a dashboard with interactivity.
Align with the exam outline.
Exam Format and First-Attempt Readiness
The Salesforce Certified Tableau Data Analyst exam has 60 questions in 105 min, passing score 65%. Most Salesforce exams test scenario-based decisions — focus on when to use each feature, not just terms.
- Study Visualization and Dashboards and Data Connection and Prep first — together they carry 60% of the exam.
- Do timed question sets. Build pacing and confidence.
- Review why wrong answers are wrong. It improves scenario reasoning.
- Book the exam once your mock scores are steady above 65%.
Is the Tableau Data Analyst Exam Hard?
Is the Tableau Data Analyst Exam Hard?
The Tableau Data Analyst exam is moderately difficult. It tests practical Tableau Desktop skills — not just feature awareness — so you need hands-on experience building visualizations, writing calculations, and configuring dashboard interactivity.
- 45 questions in 90 minutes — roughly two minutes per question, which is comfortable for most candidates.
- ~70% passing score — you need approximately 32 correct answers out of 45 to pass.
- LOD expressions are heavily tested — FIXED, INCLUDE, and EXCLUDE calculations require practice beyond reading documentation.
- Hands-on Tableau Desktop experience helps most — candidates who have built real workbooks with calculated fields and dashboard actions pass at higher rates.
Pass Rate Guidance
Book when you can confidently build LOD expressions, table calculations, and multi-sheet dashboards with filter actions without referencing documentation.
Tableau Data Analyst Exam Format Explained
Tableau Data Analyst Exam Format Explained
The exam is proctored online or in-person. Here is the format:
Total Questions
60 scored questions
Time Limit
105 min
Passing Score
65%
Question Type
Multiple-choice & multiple-select
How Many Questions Are Scenario-Based?
Scenario questions present a business question and ask you to choose the correct chart type, calculation method, or filter configuration to answer it.
Best Way to Pass on Your First Attempt
- Practice LOD expressions: Build FIXED, INCLUDE, and EXCLUDE calculations in Tableau Desktop until they feel intuitive — this topic appears frequently.
- Memorize filter order: Know the filter order of operations (Extract, Data Source, Context, Dimension, Measure, Table Calculation) and when context filters change the outcome.
- Chart selection logic: Know when to use bar, line, scatter, heat map, treemap, and dual-axis charts for different analytical questions.
- Build interactive dashboards: Practice configuring Filter Actions, Highlight Actions, and URL Actions in multi-sheet dashboards.
Tableau Data Analyst: Key Concepts for the Exam
LOD Expressions (Level of Detail)
LOD expressions compute aggregates at a different granularity than the current view. FIXED computes at the specified dimension, ignoring view-level dimensions. INCLUDE adds dimensions to the view level (finer detail). EXCLUDE removes dimensions (coarser). LOD questions appear frequently — understand which to use for per-customer averages, cohort analysis, and ratio calculations.
Context Filters
By default, Tableau applies filters in this order: extract, data source, context, dimension, measure. Adding a filter to context makes it run first, creating a temporary sub-table. Use context filters when you need a Top N filter to count only within a filtered subset — without context, Top N runs on the full dataset before other filters apply.
Parameters and Dynamic Analysis
Parameters are workbook variables that users control via an input widget (slider, dropdown, etc.). They do not filter data by themselves — pair them with calculated fields to create dynamic filters, custom bins, or switchable measures. Parameter Actions (Tableau 2019.2+) allow clicking a mark to set a parameter value.
Table Calculations vs LOD Expressions
table calculations (RUNNING_SUM, WINDOW_AVG, RANK, LAST) operate on the data already returned to the view — they cannot change which rows are in the view. LOD expressions run at query time and can affect which rows return. Use table calculations for running totals, percent of total, and period-over-period; use LOD for controlling granularity independently of the view.
Live vs Extract Performance
Choose Live when data must be current to the minute (financial dashboards, operations). Choose Extract (.hyper) when query performance is critical and a scheduled refresh cadence is acceptable. extracts can be filtered at creation time to reduce size. Embedded credentials are required for scheduled extract refreshes on Tableau Server or Cloud.
Every Tableau project follows the same five stages — this pipeline structure underlies most Data Analyst exam scenarios about calculated fields, joins, and dashboard actions.
How to Pass the Tableau Data Analyst Exam
The Tableau Data Analyst exam tests hands-on skills in building visualizations and analyzing data in Tableau Desktop. Focus on calculated fields, LOD expressions, chart selection, and dashboard interactivity.
Chart Selection Logic
Know which chart type communicates each data story: bar (comparison), line (trend), scatter (correlation), heat map (density/pattern), map (geographic), and when to use combined or dual-axis charts.
Calculated Fields & LOD Expressions
Know how to write basic calculated fields and the three LOD expression types: FIXED (independent of view), INCLUDE (adds granularity), and EXCLUDE (removes granularity). LOD expressions are heavily tested.
Filters & Filter Order
Understand the filter order of operations: Extract → Data Source → Context → Dimension → Measure → Table Calculation. Know how context filters change which data other filters act on.
Dashboard Interactivity
Know how to configure actions: Filter Actions (clicking to filter), Highlight Actions, and URL Actions. Understand how to design dashboards for mobile using device-specific layouts.
Data Preparation in Tableau Prep
Know basic Tableau Prep operations: cleaning steps (data type changes, null handling, rename), aggregation steps, join/union steps, and how to output flows to extracts or published data sources.
Is the Salesforce Certified Tableau Data Analyst Exam Hard?
DifficultyModerate; plan about 4-8 weeks of focused prep.
Book When ReadyScore 80%+ on three timed mocks before scheduling.
Use Practice, Not DumpsOriginal practice questions build skill without risking your credential.
Exam format: 60 questions, 105 min, 65% passing score.
Get the Full Question Bank
Most candidates book the exam after scoring 75%+ on full mocks.
If you’re planning to test this quarter, aim to complete full mocks at least 10–14 days before your exam date.
Want to ensure you pass on your first try? Contact us for more information on our full 60-question mock exams and a personalized study plan. You can also reach out to km.krishnamohan25@gmail.com.
Request Mock Exams & Study PlanSalesforce Certified Tableau Data Analyst Exam FAQs
- What is covered on the Salesforce Certified Tableau Data Analyst exam?
- This page shows the section-wise exam weightage so you know exactly which topics carry the most weight. Use the exam topics and practice questions above to align your study with the official outline.
- What is Tableau Data Analyst?
- Tableau Data Analyst validates skills in analyzing data, creating calculations, building visualizations, and designing dashboards using Tableau Desktop.
Next Tableau Certifications
After this Tableau certification, consider other Tableau credentials or CRM Analytics: