The Salesforce Certified Tableau Desktop Foundations certification is designed for individuals who have foundational skills and understanding of Tableau Desktop and at least 3 months of applying this understanding in the product. It validates the ability to connect to data sources, create basic visualisations, and share insights.
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).
Tableau Desktop Foundations (formerly Tableau Desktop Specialist) is the entry-level Tableau certification. It is ideal for:
Salesforce Administrators and Consultants who work with Tableau data sources
Business analysts creating dashboards for internal stakeholders
Sales Operations teams building territory and pipeline visualisations
Anyone starting the Tableau certification path before moving to Tableau Data Analyst
No prerequisites are required. Salesforce recommends 3+ months of hands-on Tableau Desktop experience before sitting the exam.
Exam Domain Breakdown
Domain
Weight
Connecting to and Preparing Data
25%
Exploring and Analysing Data
35%
Sharing Insights
25%
Understanding Tableau Concepts
15%
Key Topics to Master
Data Connection Types
Live connection vs extract, data source filters, joins (inner, left, right, full), unions, and blending across data sources.
Chart Types and When to Use Them
Bar, line, scatter, map, heat map, treemap, bullet, waterfall — know when each is appropriate and how to build them in Tableau Desktop.
Calculated Fields and LOD Expressions
Basic calculated fields, date functions, string functions, and introduction to FIXED, INCLUDE, and EXCLUDE Level of Detail expressions.
Filters and Parameters
Dimension filters, measure filters, context filters, table calculation filters, filter order of operations, and interactive parameters.
Dashboard and Story Design
Dashboard layout containers (horizontal/vertical), actions (filter, highlight, URL), device designer for responsive dashboards, and Tableau Stories for presentations.
Publishing and Sharing
Publishing workbooks and data sources to Tableau Server/Cloud, permission levels (Viewer, Explorer, Creator), subscriptions, and download options.
📚 Recommended Study Plan (3–4 weeks)
Week 1: Complete the Tableau Desktop Foundations Trailhead Trailmix. Install Tableau Desktop (free 14-day trial) and connect to the Superstore sample dataset.
Week 2: Build 10 different chart types from scratch. Practise joins, blends, and extracts. Create at least 3 calculated fields using IF/IIF, DATETRUNC, and ZN functions.
Week 3: Master LOD expressions (FIXED is the most exam-tested). Build an interactive dashboard with filter actions and parameter controls. Practise publishing to Tableau Public.
Week 4: Review the official exam guide domain by domain. Take at least 2 practice tests. Focus extra time on filter order of operations and data blending concepts.
Career Path: After Tableau Desktop Foundations, the natural progression is
Tableau Data Analyst →
Tableau Consultant →
Tableau Architect.
Tableau Desktop Foundations holders report an average salary of $85,000–$110,000 in data analyst roles.
Practice Exam Questions — Salesforce Tableau Desktop Foundations
Scenario-based questions reflecting the style and difficulty of the actual Salesforce Tableau Desktop Foundations exam. Updated for Winter '26.
Q1. What is the primary purpose of Tableau Desktop?
A) Administering Tableau Server user accounts
B) A data analysis and visualisation tool for creating interactive dashboards, charts, and reports by connecting to data sources, building views, and sharing insights with stakeholders
C) A SQL query editor for database analysis
D) A tool for building Tableau Server environments
► Show Answer
✓ Correct: B — Tableau Desktop is the authoring tool where analysts create data connections, build visualisations (sheets), assemble dashboards, and create stories. Completed workbooks are published to Tableau Server/Cloud for broader sharing.
Q2. What is a ".hyper" file in Tableau Desktop?
A) A hyperlink configuration file for Tableau dashboards
B) Tableau's proprietary extract file format — a compressed, columnar data store that enables fast, in-memory query processing offline without connecting to the original data source
C) A Tableau hyperparameter tuning configuration
D) A compressed Tableau workbook file format
► Show Answer
✓ Correct: B — .hyper is the Tableau Data Extract format (replacing the older .tde). It stores a snapshot of data in a highly optimised columnar format. Extracts enable fast queries, offline work, and scheduled refresh to keep data current.
Q3. What is the difference between a "Join" and a "Relationship" in Tableau Desktop?
A) They are identical — Tableau uses both terms interchangeably
B) Joins combine data into a single flat table at the row level (potential duplicates/nulls); Relationships are a flexible, query-time connection that preserves original table granularity and avoids many join issues
C) Joins are only for Excel data; Relationships are for databases
D) Relationships require a primary key; Joins do not
► Show Answer
✓ Correct: B — Relationships (Tableau's modern default) define how tables relate but defer the actual join to query time — using the relevant tables and fields for each view, avoiding LOD distortions. Joins create a fixed merged table upfront, which can cause measure aggregation issues.
Q4. What is a "Dual Axis" chart in Tableau Desktop used for?
A) Displaying two separate dashboards side by side
B) Combining two different chart types or measures on the same view using two overlapping axes — e.g., bar chart for Sales on left axis + line chart for Profit Ratio on right axis
C) Splitting a chart into two halves by a dimension
D) Showing data from two different data sources on one chart
► Show Answer
✓ Correct: B — Dual Axis overlays two measure axes on the same view. Drag a second measure to the right side of the view; right-click → Dual Axis; then Synchronise Axis. This enables combining chart types (bar + line) to show two metrics with different scales together.
Q5. What is the "Show Me" panel in Tableau Desktop?
A) A feature to show dashboard content to stakeholders
B) A smart chart type recommendation panel that suggests appropriate visualisation types based on the fields currently selected in the view — helping analysts choose the right chart for their data
C) A panel showing the data source schema
D) A viewer mode for presenting dashboards in full screen
► Show Answer
✓ Correct: B — Show Me analyses the fields on shelves (dimensions, measures, dates) and highlights which chart types are appropriate. Clicking a chart type in Show Me automatically reconfigures the view — a quick way to switch visualisation types.
Q6. What is a "Calculated Field" in Tableau Desktop?
A) A field automatically calculated by Tableau from the database
B) A new field created within Tableau using Tableau's formula language — enabling custom metrics (profit ratio = SUM(Profit)/SUM(Sales)), string manipulations, date calculations, and logical comparisons not in the original data
C) A field with a default filter applied
D) A numeric field that auto-sums in table views
► Show Answer
✓ Correct: B — Calculated Fields extend the data with custom logic: row-level calculations (IF [Sales] > 1000 THEN "High" ELSE "Low" END), aggregated measures (SUM([Profit])/SUM([Sales])), date differences (DATEDIFF('month',[Start Date],[End Date])), and string manipulations.
Q7. What is the "Page" shelf in Tableau Desktop used for?
A) Navigating between dashboard pages
B) Creating a "flip-book" animation effect — dragging a date or dimension to Pages creates a control that steps through each value, enabling frame-by-frame animated views of how data changes over a dimension or time
C) Setting the page size for printing
D) Separating multiple worksheets within one view
► Show Answer
✓ Correct: B — The Pages shelf creates a viewer control for sequentially stepping through dimension values — like an animation of monthly sales by region. Each "page" is a different value of the field on Pages, creating a sequential storytelling effect.
Q8. What is a "Crosstab" (text table) in Tableau and when is it appropriate?
A) A chart type showing geographic data on a map
B) A table-style view (rows × columns of dimension values) showing a measure as text numbers — appropriate when exact values matter more than visual pattern recognition or when users need to copy numbers
C) A cross-data-source comparison view
D) A pivot table feature that requires a specific data connection
► Show Answer
✓ Correct: B — Crosstabs show exact numbers in a grid. They are useful for financial summaries, executive scorecards requiring exact figures, or as a complement to charts when precise values need to be readable. Tableau auto-creates crosstabs when only text dimensions and measures are in the view.
Q9. Universal Containers wants to show regional sales on a map in Tableau. What data is required?
A) Latitude and longitude coordinates for every sales record
B) A geographic field (Country, State, City, Zip Code) that Tableau can recognise and geocode — OR latitude/longitude columns — to place marks on a map
C) A Mapbox API key configured in Tableau Desktop
D) A GIS shapefile import
► Show Answer
✓ Correct: B — Tableau has built-in geocoding for standard geographic fields (Country, State, City, Postal Code, etc.). Assign the geographic role to the field; Tableau auto-generates Latitude/Longitude. Custom regions or non-standard geographies require latitude/longitude columns or shapefile imports.
Q10. What is "Story" in Tableau Desktop?
A) A narrative text document attached to a dashboard
B) A presentation format that sequences multiple sheets and dashboards into a guided narrative — with caption boxes providing context for each "story point" to communicate a data-driven finding from beginning to conclusion
C) A version history feature in Tableau Server
D) An AI-generated description of dashboard insights
► Show Answer
✓ Correct: B — Tableau Stories are sequences of worksheets/dashboards with annotations (story point captions) that tell a guided analytical narrative. Stories are used for presenting findings to stakeholders — stepping through analysis from problem statement to recommendation.
Frequently Asked Questions
How hard is the Salesforce Tableau Desktop Foundations exam?
The Salesforce Tableau Desktop Foundations exam is considered intermediate to advanced difficulty. Candidates with hands-on Salesforce
project experience typically pass within their first or second attempt. Thorough study of the official exam guide
domains and Trailhead content is strongly recommended before sitting the exam.
What is the passing score for the Salesforce Tableau Desktop Foundations exam?
The passing score for Salesforce Tableau Desktop Foundations is 65% (unless otherwise specified on the official Salesforce Trailhead exam page).
Salesforce does not publish which specific questions you passed or failed — only your overall percentage.
How long should I study for the Salesforce Tableau Desktop Foundations exam?
Most candidates spend 4–8 weeks preparing. Study time depends on your existing Salesforce experience.
Focus on the exam domain weights, complete the relevant Trailhead Trailmix, and practise in a Developer Edition org.
What is the retake policy for Salesforce certification exams?
If you fail a Salesforce exam, you must wait 24 hours before your first retake. After a second failure,
you must wait 14 days for each subsequent attempt. Each retake costs $200 USD (or $100 with a retake voucher).