SALESFORCE CERTIFICATION

Certified Tableau Desktop Foundations Practice Exam

Exam Number: 3753 | Last updated 14-Apr-26 | 538+ questions across 5 vendor-aligned objectives

The Certified Tableau Desktop Foundations exam is an entry-level credential that validates basic proficiency with Tableau Desktop for data visualization. It covers connecting to data, building fundamental chart types, applying filters and sorting, and publishing workbooks — providing a starting point for analysts beginning their Tableau journey.

The largest portion of the exam — 30% — focuses on Basic Visualizations, covering bar, line, scatter, map, and pie charts; formatting and labeling. Roughly 25% of the questions address calculations and filters, covering basic calculated fields, quick table calculations, and filter types. Data Connection carries the heaviest weight at 20%, covering connecting to files, databases, and cloud sources; live vs. extract. These high-weight domains should anchor your study plan and receive the deepest attention.

The remaining sections balance the blueprint. A full 15% of the exam targets dashboards, which spans layout, filter actions, and basic interactivity. At 10%, Publishing represents the single largest exam section, which spans saving, publishing to Server/Cloud, and sharing workbooks. These areas may carry less weight on paper, but they often underpin the complex scenarios that distinguish passing candidates.

 This is a practical skills exam — focus on building visualizations in Tableau Desktop rather than memorizing theory. Practice connecting to different data source types, creating calculated fields with IF/THEN logic, and building dashboards with filter actions. Know the difference between dimensions and measures.

Every answer links to the source. Each explanation below includes a hyperlink to the exact Salesforce documentation page the question was derived from. PowerKram is the only practice platform with source-verified explanations. Learn about our methodology →

51

practice exam users

92.2%

satisfied users

92.2%

passed the exam

4.3/5

quality rating

Test your Certified Tableau Foundations knowledge

10 of 538+ questions

Question #1 - Wire up and maintain connecting to files, databases, and cloud sources; live vs. extract to keep data flowing reliably between Tableau and connected data sources with minimal latency

A new Tableau user wants to connect to a company Excel file stored on a shared network drive.

How should the user connect to this data source in Tableau Desktop?

A) Open the file in Excel first and then paste data into Tableau
B) From the Start page, click ‘Microsoft Excel’ under the Connect pane, navigate to the network drive, and select the file to establish a connection
C) Use the command line to import the Excel data
D) Copy the file to the Desktop and open it directly

 

Correct answers: B – Explanation:
Tableau Desktop’s Connect pane lists data source types. Clicking Microsoft Excel opens a file browser to navigate to any accessible location including network drives. The file does not need to be copied locally. Excel does not need to be open. No command line is needed for standard connections. Source: Tableau Help: Basicconnectoverview

A user has connected to a sales data source and wants to create a bar chart showing total revenue by product category.

What steps should the user take in Tableau?

A) Write a SQL query to aggregate the data first
B) Create a new calculated field before building any visualization
C) Export the data to Excel, create a chart there, and paste it into Tableau
D) Drag the Product Category dimension to the Columns shelf and the Revenue measure to the Rows shelf — Tableau automatically creates a bar chart with summed revenue per category

 

Correct answers: D – Explanation:
Tableau’s drag-and-drop interface automatically aggregates measures (SUM by default) and creates appropriate visualizations. Dragging a dimension to Columns and a measure to Rows produces a bar chart. No SQL or calculated fields are needed for basic charts. Excel export defeats Tableau’s purpose. Source: Tableau Help: Buildexamples Bar

A user wants to filter their bar chart to show only the top 5 product categories by revenue.

How should the user apply this filter?

A) Sort the chart and then hide the bars beyond the fifth one
B) Create a calculated field that ranks categories and filter on rank <= 5
C) Drag Product Category to the Filters shelf, select the ‘Top’ tab, and configure it to show the Top 5 by Sum of Revenue
D) Manually remove categories by right-clicking each bar

 

Correct answers: C – Explanation:
The Top tab in the filter dialog provides a declarative way to limit results to the top or bottom N values by a specified measure. This updates dynamically as data changes. Manual removal is tedious and does not update. Calculated fields work but add unnecessary complexity for a built-in feature. Hiding bars is a visual workaround, not a true filter. Source: Tableau Help: Filtering

A user notices that Tableau is treating a ZIP code field as a measure (showing SUM) instead of as a dimension.

How should the user fix this?

A) Subtract zero from the field to reset its type
B) Right-click the ZIP code field in the Data pane and select ‘Convert to Dimension’ or change the data type to String, which tells Tableau to treat it as a categorical field rather than a number
C) Create a new calculated field with STR([Zip Code])
D) Delete the field and recreate it with a different name

 

Correct answers: B – Explanation:
Tableau automatically classifies numeric fields as measures. Converting to Dimension or changing the data type to String corrects this for fields like ZIP codes that are categorical despite being numeric. A calculated field with STR() also works but the direct conversion is simpler. Source: Tableau Help: Datafields Typesandroles

A user wants to create a map visualization showing sales by state in the United States.

What steps should the user take?

A) Import a shapefile of US state boundaries
B) Manually enter latitude and longitude for each state
C) Double-click the State field (which Tableau recognizes as a geographic role), then drag Revenue to the Color or Size shelf to create a filled map or proportional symbol map showing sales by state
D) Build a bar chart and change the chart type to Map

 

Correct answers: C – Explanation:
Tableau automatically assigns geographic roles to recognized fields like State, generating map visualizations. Dragging a measure to Color creates a filled (choropleth) map. Size creates proportional symbols. No shapefiles or coordinates are needed for standard geographies. Chart type conversion does not apply to maps. Source: Tableau Help: Maps Build

A user wants to understand the difference between a live connection and an extract when connecting to a database.

What is the key difference?

A) Live connections are only available for local files
B) Extracts are always better than live connections
C) A live connection queries the database in real time for every interaction, while an extract creates a snapshot of the data stored locally in Tableau’s optimized format — extracts are faster for visualization but may not reflect the very latest data changes
D) There is no difference — both access data the same way

 

Correct answers: C – Explanation:
Live connections send queries to the source database for each view interaction, always showing current data but depending on database performance. Extracts create local optimized snapshots that are fast but only as fresh as the last refresh. Neither is always better — the choice depends on data freshness needs and performance requirements. Source: Tableau Help: Extracting Data

A user has created a visualization and wants to add it to a dashboard along with two other charts and a filter that controls all three.

How should the user create the dashboard?

A) Save each chart as a separate image and paste them into PowerPoint
B) Use the Story feature to place all three charts on one page
C) Email the three charts to a designer to combine them
D) Create a new Dashboard sheet, drag the three worksheet sheets onto the dashboard canvas, add a filter to one sheet, and configure it to apply to all worksheets on the dashboard using the filter’s dropdown ‘Apply to Worksheets’ option

 

Correct answers: D – Explanation:
Dashboards combine multiple worksheets on a canvas. Filters on one sheet can be configured to apply to all worksheets using the ‘Apply to Worksheets’ option, creating an interactive, unified analytical experience. PowerPoint is static. Stories are for narratives, not interactive dashboards. Source: Tableau Help: Dashboards Create

A user creates a line chart showing monthly sales over two years. They want to add a reference line showing the average monthly sales.

How should the user add this reference line?

A) Use a calculated field that returns the average for every month and plot it as a second line
B) Right-click the axis in the view, select ‘Add Reference Line’, choose Average as the computation, and configure the line’s label, color, and formatting
C) Manually calculate the average and draw a line using an annotation
D) Create a separate bar chart showing the average and overlay it on the line chart

 

Correct answers: B – Explanation:
Tableau’s built-in reference line feature adds statistical references (average, median, constant values) directly on axes. Right-clicking the axis provides the Add Reference Line option with formatting controls. Manual annotations are static and do not update. Overlaying charts is complex. Calculated fields work but the built-in feature is simpler. Source: Tableau Help: Reference Lines

A user wants to share their Tableau workbook with colleagues who do not have Tableau Desktop.

What are the options for sharing Tableau content with non-Desktop users?

A) Email the .twb file and have colleagues open it in Excel
B) Convert the workbook to a PowerPoint presentation
C) Publish the workbook to Tableau Server or Tableau Cloud where colleagues can view it in a web browser with Viewer licenses, or export as a PDF or image for static sharing
D) They must install Tableau Desktop to view any content

 

Correct answers: C – Explanation:
Publishing to Tableau Server/Cloud enables interactive viewing in web browsers. Viewer licenses provide access without Desktop. PDF/image export provides static sharing. .twb files require Tableau Desktop or compatible reader. Workbooks cannot be opened in Excel. Direct PowerPoint conversion is not a Tableau feature. Source: Tableau Help: Publish Overview

A user creates a crosstab (text table) showing sales by region and quarter. They want to highlight cells where sales exceed $100,000 with a green background.

How should the user apply this conditional formatting?

A) Export to Excel, apply conditional formatting there, and re-import
B) Use Tableau’s built-in conditional formatting dialog like Excel
C) Manually select and color each cell that exceeds the threshold
D) Create a calculated field (IF SUM([Sales]) > 100000 THEN ‘Above’ ELSE ‘Below’ END), place it on the Color shelf, and assign green to ‘Above’ and a neutral color to ‘Below’

 

Correct answers: D – Explanation:
Tableau uses calculated fields and the Color shelf for conditional formatting. A formula evaluates the threshold condition, and the resulting categories are mapped to colors on the Color shelf. Tableau does not have an Excel-style conditional formatting dialog. Manual coloring does not update with data. Excel export loses interactivity. Source: Tableau Help: Calculations Calculatedfields

Get 538+ more questions with source-linked explanations

Every answer traces to the exact Salesforce documentation page — so you learn from the source, not just memorize answers.

Exam mode & learn mode · Score by objective · Updated 14-Apr-26

Learn more...

What the Certified Tableau Foundations exam measures

  • Wire up and maintain connecting to files, databases, and cloud sources; live vs. extract to keep data flowing reliably between Tableau and connected data sources with minimal latency
  • Deliver and support bar, line, and scatter to deliver reliable platform solutions that meet real-world business demands
  • Design and deliver basic calculated fields, quick table calculations, and filter types to deliver intuitive, responsive interfaces that drive user adoption and productivity
  • Implement and maintain layout, filter actions, and basic interactivity to deliver reliable platform solutions that meet real-world business demands
  • Deliver and support saving, publishing to Server/Cloud, and sharing workbooks to deliver reliable platform solutions that meet real-world business demands

  • Review the official exam guide
  • Complete the Tableau Desktop Foundations trail and work through Tableau’s free training videos
  • Build at least ten visualizations using different chart types and public datasets from Tableau Public
  • Use Tableau Desktop to analyze data you encounter at work or school — hands-on practice is the best preparation
  • Focus on Basic Visualizations and Calculations — they combine for 55% of the exam
  • Use PowerKram’s learn mode for foundational Tableau questions
  • Test readiness in PowerKram’s exam mode

This foundational credential launches careers in data analysis and visualization:

  • Junior Data Analyst — $55,000–$80,000 per year, building reports and basic visualizations (Glassdoor salary data)
  • Business Intelligence Associate — $60,000–$85,000 per year, supporting BI teams with dashboard creation (Indeed salary data)
  • Reporting Analyst — $58,000–$82,000 per year, creating reports and tracking KPIs (Glassdoor salary data)

Follow the Tableau Desktop Foundations Learning Path. The official exam guide provides the complete objective list.

Related certifications to explore

Related reading from our Learning Hub