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
Study Guide

Tableau Certified Data Analyst Study Guide (Winter '26)

Your complete guide to passing the Tableau Data Analyst exam — LOD expressions, table calculations, dashboard design, data connections, and free practice questions.

KM

Written and reviewed by Krishna Mohan — ADM-201, PD1, PD2, App Builder & Consultant certified. Updated for Winter '26. Methodology · Contact

55
Questions
120 min
Time Limit
75%
Passing Score
$250
Exam Fee
Higher passing score: 75% required — more demanding than typical Salesforce certs (65%). Aim for 85%+ on practice exams before scheduling.

Exam Sections & Weightings

Explore & Analyze Data28%
Create Charts & Dashboards25%
Connect to & Transform Data20%
Publish & Share Content20%
Analytics Framework7%

What Each Section Tests

28%

Explore & Analyze Data

Calculated fields (string, date, number, logical), Level of Detail (LOD) expressions (FIXED, INCLUDE, EXCLUDE), table calculations (running total, percent of total, moving average), reference lines, trend lines, and statistical summaries.

25%

Create Charts & Dashboards

Chart type selection for different data relationships (bar, line, scatter, map, heat map, treemap, bullet chart). Dashboard layouts, actions (filter, highlight, URL), device designer, and storytelling with Story Points.

20%

Connect to & Transform Data

Connecting to data sources (Excel, CSV, databases, Salesforce, Google Sheets). Data interpreter, pivoting data, splitting fields, data types, joins vs unions vs relationships. Tableau Prep Builder basics for data cleaning.

20%

Publish & Share Content

Publishing workbooks and data sources to Tableau Cloud/Server. Permissions management, subscriptions, data-driven alerts, embedding dashboards, and maintaining published content.

7%

Analytics Framework

Analytics workflow: define business question → identify data → build views → validate insights → share findings. Data literacy concepts, analytics best practices, and visualisation design principles.

8-Week Study Plan

Week 1Tableau fundamentals — connect to data (Excel, CSV, database), understand data types, rows vs columns, and Tableau's shelves (Rows, Columns, Marks, Filters).
Week 2Chart types — build bar charts, line charts, scatter plots, maps (geographic roles), heat maps, treemaps, and bullet charts. Know when to use each for specific data relationships.
Week 3Calculated fields — string, date, number, and logical calculations. Aggregate vs row-level calculations. IF/CASE/IIF/IFNULL functions. ZN() for null handling.
Week 4LOD expressions — FIXED, INCLUDE, EXCLUDE. Work through 10+ LOD examples. Practice business scenarios: "total sales per customer regardless of region filter" → FIXED LOD.
Week 5Table calculations — running total, percent of total, difference from, moving average. WINDOW_SUM vs RUNNING_SUM. Understanding compute using settings.
Week 6Dashboards — layout containers (horizontal vs vertical), dashboard actions (filter, highlight, URL, Set, Parameter), device designer, accessibility.
Week 7Data connections — joins vs unions vs relationships. Tableau Prep Builder basics. Publishing data sources and workbooks. Permissions, subscriptions, data-driven alerts.
Week 8Full mock exams under 120-minute time pressure. Focus on LOD scenario questions. Review any chart type or calculation area below 80%.

Scenario Strategy Tips

  • 1.LOD selection framework: Need a calculation independent of view filters? Use FIXED. Need to include an additional dimension in the calculation? Use INCLUDE. Need to exclude a dimension from the calculation? Use EXCLUDE. Work through the business scenario step by step — what level should the calculation run at vs what the view shows.
  • 2.Chart type for the data: Comparison → bar chart. Trend over time → line chart. Correlation between two measures → scatter plot. Part-to-whole → pie chart (small categories only) or treemap. Geographic distribution → map. Distribution → histogram or box plot. Know which chart type makes sense for each data relationship.
  • 3.Joins vs Relationships: Relationships are the default and preferred — they maintain granularity and support multiple fact tables. Use joins only when you need explicit column combinations or are connecting to published data sources. Unions stack rows (same structure, additional records). Most exam scenarios should lead you to Relationships.
  • 4.Dashboard action types: Filter action narrows other sheets based on selection. Highlight action keeps all marks but highlights selected. URL action opens a web page. Set action adds marks to a set. Know which action achieves which interaction when a user clicks on a chart.

Mock Exam Benchmark

Aim for 85%+ on practice exams given the 75% passing score. Explore & Analyze Data (28%) and Create Charts & Dashboards (25%) together account for 53% of the exam. Master LOD expressions before test day — they appear in multiple questions and cannot be guessed confidently without genuine understanding.

Top 10 Concepts to Review

  1. LOD expressions: FIXED, INCLUDE, EXCLUDE — when and why to use each
  2. Table calculations: running total, percent of total, difference from, moving average
  3. Calculated fields: aggregate vs row-level, null handling with ZN() and IFNULL()
  4. Chart type selection for each data relationship (comparison, trend, correlation, distribution)
  5. Joins vs unions vs relationships — data model design choices
  6. Dashboard actions: filter, highlight, URL, Set, Parameter actions
  7. Context filters — filter order of operations: extract → data source → context → dimension → measure
  8. Tableau Prep Builder — cleaning, shaping, and outputting data for analysis
  9. Publishing to Tableau Cloud: workbook vs data source publishing, permissions, subscriptions
  10. Sets: fixed sets vs computed sets, set actions for dynamic filtering

Frequently Asked Questions

What is the Tableau Certified Data Analyst certification?
The Tableau Certified Data Analyst certification validates skills in connecting to data, building interactive visualisations and dashboards, applying calculated fields and LOD expressions, and publishing content to Tableau Cloud/Server. The exam has 55 questions, 120 minutes, a 75% passing score (higher than most Salesforce exams), and a $250 fee. A Tableau Desktop Foundations or Desktop Specialist certification is a recommended (not required) prerequisite.
What are LOD expressions in Tableau and why are they important?
Level of Detail (LOD) expressions control the granularity at which calculations are computed, independent of the view level of detail. FIXED computes at a specified dimension regardless of what is in the view. INCLUDE adds dimensions to the view level. EXCLUDE removes dimensions from the view level. LOD expressions are one of the most commonly tested and most misunderstood areas in the exam — understanding when to use FIXED vs a regular aggregation is critical.
What is the passing score for the Tableau Data Analyst exam?
The Tableau Certified Data Analyst requires a 75% passing score — significantly higher than the ~65% required for most Salesforce certifications. With 55 questions, this means you need to answer approximately 41+ questions correctly. Plan for a more demanding exam than typical Salesforce credentials and aim for 85%+ on practice exams before scheduling.
What is the difference between joins, unions, and relationships in Tableau?
Joins combine columns from two tables into a single, flat table (LEFT, RIGHT, INNER, FULL OUTER). Unions combine rows from two tables with the same structure (stacking records). Relationships are the default data modelling approach in Tableau — they create flexible, context-aware connections between tables without pre-joining, preserving granularity for each table. Relationships are preferred for most use cases; joins are used when you need explicit column-level combination.
How long should I study for the Tableau Data Analyst exam?
Plan for 8–10 weeks with 10–15 hours per week. Tableau Desktop hands-on practice is essential — the exam presents data scenarios and asks which visualisation or calculation approach to use. Download Tableau Public (free) or get a Tableau trial, and build 15–20 real dashboards across different chart types and data sources. LOD expressions require specific practice — they are logical but counterintuitive until you have worked through many examples.

What Comes After This Certification?

After this certification, consider: Tableau Consultant, Tableau Data Analyst, or Tableau Desktop Foundations.

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.

Ready to Practice?

Test yourself with free Tableau Data Analyst practice questions covering all 5 exam sections.

Start Free Practice Questions