SynfraCore
Synfracore
Start Learning
Navigation

Academies

Platform

RoadmapsLabsCertificationsInterviewPYQsAI AssistantCareer
Start Learning Free🗺️ Learning Roadmaps

TableauCertification

Exam guides, practice questions, and prep strategies

🏆
Aligned with official exam objectives. Updated for current exam versions.· Updated 2025 · SynfraCore Tableau Team
Expert Content

Tableau Certification Guide

Certifications Available

CertProviderCost

|------|----------|------|

**Tableau Desktop Specialist**Salesforce$250
Tableau Desktop Certified AssociateSalesforce$500
Tableau Server Certified AssociateSalesforce$500

Desktop Specialist: multiple choice. Certified Associate: practical tasks + MCQ.


Core Skills & Commands

-- Tableau Desktop Specialist key topics

CONNECT: File (CSV, Excel), Server (SQL, BigQuery), Cloud (S3)
DIMENSIONS vs MEASURES:
  Dimensions: categorical (blue pills) — Region, Category, Product
  Measures: quantitative (green pills) — Sales, Profit, Quantity

CHART TYPES (Show Me panel):
  Bar chart: categorical comparison
  Line chart: trend over time
  Scatter plot: correlation between two measures
  Map: geographic data (must have geographic role)
  Treemap: part-to-whole + size comparison
  Heatmap: patterns in two categorical dimensions

CALCULATED FIELDS:
  [Profit Ratio] = SUM([Profit]) / SUM([Sales])
  [Above Average] = IF SUM([Sales]) > AVG(SUM([Sales])) THEN "Yes" ELSE "No" END

LOD EXPRESSIONS (Level of Detail):
  {FIXED [Region] : SUM([Sales])}          -- fixed dimension
  {INCLUDE [Order ID] : COUNT([Product])} -- add dimension
  {EXCLUDE [Region] : AVG([Sales])}        -- remove dimension

FILTERS (order of operations):
  Extract → Data Source → Context → Dimension → Measure → Table Calc

PERFORMANCE:
  Use extracts (.hyper) instead of live connections
  Reduce marks (<5000) | Index high-cardinality fields
  Context filters reduce scope for subsequent filters

Study Resources

Tableau Public (free, build and share dashboards)
Tableau Training Videos (official, tableau.com/learn)
Superdata School — Tableau prep resources
Makeover Monday — weekly data viz practice challenge

Revision Notes

TABLEAU SPECIALIST KEY TOPICS:
  Dimensions (blue/categorical) vs Measures (green/quantitative)
  Show Me panel: choose chart type by data shape
  Calculated fields: basic formulas + IF/THEN/ELSE
  LOD expressions: FIXED/INCLUDE/EXCLUDE (advanced)
  Filters: data source → context → dimension → measure → table calc
  Dashboard: combine sheets + layout containers + actions
  Performance: extracts > live connection | fewer marks = faster
Share:
Join our Community
Daily tips, job alerts, interview help — join engineers learning together
Up Next
📋
TableauCheatsheets
Quick reference — commands, syntax, and patterns
Also Worth Exploring
← Back to all Tableau modules
TroubleshootingCheatsheets