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

See our certification path to understand where this certification fits in your career. Below you'll find exam weightage, study tips, and practice questions. Ready to book? Read our exam tips and study plan.

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

Exam Fees & Registration

Exam Fee

$100

One-time registration fee

Retake Fee

$50

If you need to retake the exam

Comparing certs? View all Salesforce exam fees in one place →

Certification Validity

Your Salesforce Certified Tableau Desktop Foundations 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 Desktop Foundations exam through the official Salesforce certification portal.

Register for Exam
Tableau Desktop Foundations
Advanced

Salesforce Certified Tableau Desktop Foundations – Complete Winter '26 Guide

Tableau Desktop Foundations validates core skills in connecting to data, building views, and creating dashboards using Tableau Desktop. It is an entry-level credential for analytics and visualization.

40
Questions
~65%
Passing Score
60 min
Duration
$100
Exam Fee

Salesforce Certified Tableau Desktop Foundations Exam Weightage by Section

Connecting to Data25%
Dimensions and Measures25%
Views and Dashboards35%
Filters and Sorting15%

Exam Topics

Connecting to DataDimensions & MeasuresBuilding ViewsMarks & EncodingDashboardsFilters & Sorting

Exam Tips

  • 1Connecting to Data and Dimensions/Measures are 50%—know data types and the shelf.
  • 2Views and Dashboards are 35%—build charts and dashboards from scratch.
  • 3Understand filters: context, dimensions, measures, and filter order.
  • 4No LOD or advanced calcs; focus on basics.

Prerequisites

  • Tableau Desktop access
  • Basic data familiarity

Focus Areas

  • Connecting to Data
  • Dimensions and Measures
  • Views and Dashboards
  • Filters and Sorting

Study Strategy

Use Tableau Desktop with sample data.

Build 5–10 different chart types and at least two dashboards.

Complete the official Tableau Desktop fundamentals training.

Exam Format and First-Attempt Readiness

Most Salesforce exams test scenario-based decisions. For Salesforce Certified Tableau Desktop Foundations, 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 Desktop Foundations: Key Concepts for the Exam

Connecting to Data and Data Source Basics

Tableau Desktop connects to hundreds of data sources: files (Excel, CSV, JSON), databases (SQL Server, PostgreSQL, BigQuery), and cloud services. Data Source page: connect, join or union tables, preview data, rename fields, hide unused fields, change data types. Live connection queries the database each time; Extract (.hyper) snapshots the data for performance. Field types: Dimensions (qualitative, blue), Measures (quantitative, green). Discrete fields create headers; Continuous fields create axes. Understanding pills (fields), shelves (rows, columns, marks card) and how they map to the view is the foundation of the Foundations exam.

Building Basic Visualisations

Tableau's Show Me panel suggests chart types based on selected fields. Common charts: Bar (compare categories), Line (trend over time), Scatter (correlation between two measures), Map (geographic data), Pie (part-to-whole — use sparingly). Shelves: Columns shelf = X axis, Rows shelf = Y axis, Marks card controls colour, size, shape, label, detail, tooltip. Sorting: by field value (ascending/descending), by manual drag, or by nested sort. The Foundations exam tests how to build each chart type and which is most appropriate for a given question.

Filtering, Sorting, and Groups

Filter types: Dimension filters (categorical), Measure filters (range/conditional), Date filters (relative, range, discrete). Filter order of operations: Extract → Data Source → Context → Dimension → Measure. Context filters improve performance by reducing the data set before other filters apply. Sets are named subsets of dimension members — In/Out members can be used in calculations. Groups combine dimension members into named categories directly on the field (e.g., combining East and West into 'Combined'). Quick filters show filter controls in the view for user interactivity.

Calculated Fields: Basic Formulas

Calculated fields create new data from existing fields. Basic functions: String (LEFT, RIGHT, MID, CONTAINS, LEN), Date (DATEPART, DATEDIFF, DATEADD, TODAY), Logical (IF/ELSEIF/END, IIF, CASE), Aggregate (SUM, AVG, MAX, MIN, COUNTD). Table calculations reference values relative to other rows in the view (RUNNING_SUM, WINDOW_SUM, RANK, PREVIOUS_VALUE). The Foundations exam tests writing basic calculated fields to answer common business questions — e.g., profit margin (SUM([Profit])/SUM([Sales])), year-over-year growth, conditional categorisation.

Dashboards and Stories

Dashboards combine multiple sheets into a single view. Layout: Tiled vs Floating objects. Containers (Horizontal, Vertical) control how objects resize together. Device preview shows how the dashboard looks on desktop, tablet, and phone. Dashboard Actions enable interactivity — Filter Action (click to filter), Highlight Action (click to highlight), URL Action (open a link). Stories are a presentation format — a sequence of Story Points, each showing a sheet or dashboard with a caption, for guided data narration. The Foundations exam tests how to create a dashboard, add interactivity, and build a basic story.

How to Pass the Tableau Desktop Specialist Exam

The Tableau Desktop Specialist exam tests foundational Tableau Desktop skills. Focus on connecting to data, building basic visualizations, and using core features. This is a practical knowledge exam — understand the UI and feature capabilities.

Connecting to Data

Know how to connect to file-based sources (Excel, CSV, JSON), database sources, and how to configure joins and unions in the Data Source pane. Understand the difference between live and extract connections.

Building Basic Visualizations

Know the Show Me panel chart types and when Tableau recommends each. Understand how to use Rows/Columns shelf, Marks card (color, size, label, detail, tooltip), and filters pane.

Sorting & Grouping

Know how to sort data (field sort, manual sort, nested sort) and how to create groups (custom groups from dimension members) and sets (dynamic or fixed subsets of dimension members).

Basic Calculations

Know how to create simple calculated fields: string functions (LEFT, MID, CONTAINS), date functions (DATEDIFF, DATEPART), and aggregate functions (SUM, AVG, COUNT, COUNTD) applied to measures.

Sharing & Publishing

Know how to publish workbooks and data sources to Tableau Server or Cloud, export views to images/PDFs/PowerPoint, and use Tableau Reader for offline sharing.

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
Connecting to DataEasyData connection basics — well documented.
Dimensions and MeasuresModerateDiscrete vs continuous and pill placement — know the difference.
Views and DashboardsModerateBuilding views and dashboards — standard workflow.
Filters and SortingEasyFilter types and sorting — 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 Desktop Foundations Exam FAQs

What is covered on the Salesforce Certified Tableau Desktop Foundations 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.
Is the Tableau Desktop Foundations exam worth it?
Yes, the Tableau Desktop Foundations exam is worth it for professionals looking to validate their core data visualization skills. It serves as a strong starting point before pursuing the more advanced Tableau Desktop Specialist or Certified Data Analyst certifications.
What is the passing score for the Tableau Desktop Foundations exam?
Tableau certification exams typically use a scaled scoring system, often around 70–75%. It is recommended to consistently score above 80% on practice exams before attempting the official test.
How do I prepare for the Tableau Desktop Foundations exam?
Preparation should focus on connecting to data, basic mapping, creating calculated fields, and building dashboards. Using a structured study guide that follows the official exam domains is the most efficient path to success.
Is Tableau Desktop Foundations a good starting point?
Yes, it's an entry-level certification for Tableau. It covers connecting to data, creating basic visualizations, and building simple dashboards. No prior Tableau experience required.
What topics are covered in Tableau Desktop Foundations?
The exam covers connecting to data (25%), dimensions and measures (25%), views and dashboards (35%), and filters and sorting (15%).
Are there free practice questions for the Salesforce Certified Tableau Desktop Foundations 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 Desktop Foundations 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 Desktop Foundations?
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.