Trailblaze Prep
All CertificationsCertification PathBecome a CTASearchContact Us

Choose your role

Associate
Administrator
Developer
Consultant
Marketing
Architect
Accredited Professional
Salesforce Certified Advanced Field Service Accredited ProfessionalSalesforce Certified B2B Commerce Admin Accredited ProfessionalSalesforce Certified B2B Commerce Developer Accredited ProfessionalSalesforce Certified Communications Cloud Accredited ProfessionalSalesforce Certified Consumer Goods Cloud Accredited ProfessionalSalesforce Certified Consumer Goods Cloud Trade Promotion Management Accredited ProfessionalSalesforce Certified Contact Center Accredited ProfessionalSalesforce Certified CPQ and Billing Consultant Accredited ProfessionalSalesforce Certified Energy and Utilities Cloud Accredited ProfessionalSalesforce Certified Financial Services Cloud Accredited ProfessionalSalesforce Certified Health Cloud Accredited ProfessionalSalesforce Certified Heroku Developer Accredited ProfessionalSalesforce Certified Loyalty Management Accredited ProfessionalSalesforce Certified Manufacturing Cloud Accredited ProfessionalSalesforce Certified Marketing Cloud Advanced Cross Channel Accredited ProfessionalSalesforce Certified Marketing Cloud Intelligence Accredited ProfessionalSalesforce Certified Marketing Cloud Personalization Accredited ProfessionalSalesforce Certified Media Cloud Accredited ProfessionalSalesforce Certified Net Zero Cloud Accredited ProfessionalSalesforce Certified Order Management Administrator Accredited ProfessionalSalesforce Certified Order Management Developer Accredited ProfessionalSalesforce Certified Process Automation Accredited ProfessionalSalesforce Certified Public Sector Solutions Accredited Professional
Sales
Designer
Tableau
Associate
Administrator
Developer
Consultant
Marketing
Architect
Accredited Professional
Salesforce Certified Advanced Field Service Accredited ProfessionalSalesforce Certified B2B Commerce Admin Accredited ProfessionalSalesforce Certified B2B Commerce Developer Accredited ProfessionalSalesforce Certified Communications Cloud Accredited ProfessionalSalesforce Certified Consumer Goods Cloud Accredited ProfessionalSalesforce Certified Consumer Goods Cloud Trade Promotion Management Accredited ProfessionalSalesforce Certified Contact Center Accredited ProfessionalSalesforce Certified CPQ and Billing Consultant Accredited ProfessionalSalesforce Certified Energy and Utilities Cloud Accredited ProfessionalSalesforce Certified Financial Services Cloud Accredited ProfessionalSalesforce Certified Health Cloud Accredited ProfessionalSalesforce Certified Heroku Developer Accredited ProfessionalSalesforce Certified Loyalty Management Accredited ProfessionalSalesforce Certified Manufacturing Cloud Accredited ProfessionalSalesforce Certified Marketing Cloud Advanced Cross Channel Accredited ProfessionalSalesforce Certified Marketing Cloud Intelligence Accredited ProfessionalSalesforce Certified Marketing Cloud Personalization Accredited ProfessionalSalesforce Certified Media Cloud Accredited ProfessionalSalesforce Certified Net Zero Cloud Accredited ProfessionalSalesforce Certified Order Management Administrator Accredited ProfessionalSalesforce Certified Order Management Developer Accredited ProfessionalSalesforce Certified Process Automation Accredited ProfessionalSalesforce Certified Public Sector Solutions Accredited Professional
Sales
Designer
Tableau

Updated for Winter '26

Looking for exam strategy before you start practising? Read our Tableau Data Analyst exam tips and 4-week study plan.

Join 700+ passed this month • Updated for 2026 • No sign-up required

Exam Fees & Registration

Exam Fee

$250

One-time registration fee

Retake Fee

$125

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 Exam
Tableau Data Analyst
Intermediate

Salesforce Certified Tableau Data Analyst – Complete Winter '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.

45
Questions
~70%
Passing Score
90 min
Duration
$250
Exam Fee

Salesforce Certified Tableau Data Analyst Exam Weightage by Section

Data Connection and Prep25%
Calculations and LOD25%
Visualization and Dashboards35%
Analysis and Insights15%

Exam Topics

Data Connection & PrepCalculations & LODVisualization DesignDashboards & StoriesAnalysis & InsightsBest Practices

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

Most Salesforce exams test scenario-based decisions. For Salesforce Certified Tableau Data Analyst, focus on when to use each feature, not just terms.

  • Do timed question sets. Build pacing and confidence.
  • Review why wrong answers are wrong. It improves scenario reasoning.
  • Study high-weight topics first. Then close gaps.
  • Book the exam when your mock scores are steady.

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.

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.

Exam Section Difficulty Heatmap

Which sections are a gimme vs which ones trap confident candidates. Use this to prioritise your final-week revision.

Exam SectionDifficultyStudy Tip
Data Connection and PrepModerateData sources and preparation — know the data model.
Calculations and LODTrap ⚠LOD expressions and calculation types — frequently tested.
Visualization and DashboardsModerateViz and dashboard design — standard topics.
Analysis and InsightsEasyAnalysis techniques — straightforward.

Difficulty based on analysis of common candidate errors across each exam section.

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.

Candidates who complete full mock exams report strong first-time pass rates. For pricing and access, use the contact form below or kindly reach out to km.krishnamohan25@gmail.com.

Get Full Question Bank

Next Tableau Certifications

After this Tableau certification, consider other Tableau credentials or CRM Analytics:

Salesforce 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.
What's the difference between Tableau Desktop Foundations and Data Analyst?
Desktop Foundations is entry-level covering basics. Data Analyst is intermediate-level covering advanced calculations, LOD expressions, and complex visualizations.
What is the passing score and exam fee for the Salesforce Certified Tableau Data Analyst?
The Tableau Data Analyst exam has 45 questions, approximately 90 minutes, and a passing score of around 70%. The exam fee is $250 USD. No formal prerequisite, though Salesforce recommends Tableau Desktop experience and real-world data analysis practice before attempting.
What topics are covered in the Tableau Data Analyst exam?
The exam covers: connecting to and preparing data (live vs extract, data types, joins, blending), data analysis (LOD expressions, table calculations, parameters, sets), visualisation design (chart selection, formatting, filters, context filters), dashboards and stories (actions, layout, performance), and sharing and collaboration (publishing, permissions, Tableau Server/Cloud). LOD expressions and table calculations are the highest-difficulty topics.
What is the difference between a FIXED, INCLUDE, and EXCLUDE LOD expression in Tableau?
FIXED computes an aggregate at a declared dimension level, independent of the view's dimensions — used for totals or ratios that must not change as the view changes. INCLUDE adds dimensions to the view's existing level of detail, computing at a finer granularity. EXCLUDE removes dimensions from the view's level, computing at a coarser level. On the exam: "regardless of the view" → FIXED; "per customer within each region" → INCLUDE; "average across all products, ignoring the product filter" → EXCLUDE.
How long should I study for the Tableau Data Analyst exam?
Most candidates need 4–6 weeks of preparation with hands-on Tableau Desktop practice as the core activity. Theory alone is not sufficient — build real dashboards, practise LOD expressions in a workbook, and experiment with context filters and table calculations. Target 80%+ on practice assessments before booking. The exam tests applied knowledge, not just definitions.
What is the difference between data blending and data joining in Tableau?
Joining combines tables from the same data source connection at query time — the result is a single table sent to Tableau. Blending links two separate data source connections at the view level — Tableau queries each source independently and combines aggregated results on a common linking dimension. Use joining when tables are in the same database; use blending when data lives in different systems that cannot share a connection.
Are there free practice questions for the Salesforce Certified Tableau Data Analyst exam?
Yes. This page includes 15 free sample practice questions with explanations. Use them to test your knowledge before booking the exam.
How do I prepare for the Salesforce Certified Tableau Data Analyst certification?
Use the exam tips, prerequisites, and study strategy on this page. Focus first on the highest-weighted sections, then take the sample practice questions. Schedule the exam when you consistently score well on practice tests.
Where can I find the official exam outline for Salesforce Certified Tableau Data Analyst?
Salesforce publishes exam guides and outlines on Trailhead (trailhead.salesforce.com). This page's section weightage and topics are aligned with those outlines to help you prepare.