This resource provides a structured overview of key Tableau concepts and common interview questions. It is designed to help learners and job seekers quickly find and review specific topics.

The content is divided into two main sections:

  • Categorized Interview Questions: A comprehensive list of technical questions, organized by topic for efficient study.
  • Essential Tableau Terminology: Definitions for common terms and concepts used in the Tableau workspace and community.

File Types & Structure

TermDefinition
WorkbookThe entire Tableau file (.twb or .twbx) containing all your sheets, dashboards, and stories.
SheetA singular chart, graph, or map in Tableau (also called a worksheet).
DashboardA canvas for displaying multiple sheets and objects at once, allowing them to interact.
StoryA sequence of sheets or dashboards that work together to convey a narrative.
.twb(Tableau Workbook). An XML file that contains the workbook definition but not the underlying data.
.twbx(Tableau Packaged Workbook). A zipped file containing the .twb file, any local data, and other external assets.

Data Types & Fields

TermDefinition
DimensionA categorical field used to segment, filter, or organize data. Examples: Category, Region, Date, Name.
MeasureA quantitative, numerical field that can be aggregated (e.g., SUM, AVG). Examples: Sales, Profit, Quantity.
DiscreteData that represents distinct, separate values (blue pills). Shown as headers with colored backgrounds.
ContinuousData that represents an unbroken range of values (green pills). Shown as axes.
Calculated FieldA new field created by defining a formula based on existing fields, parameters, or other calculated fields.
ParameterA dynamic, global value that allows users to interactively replace a constant value in a calculation, filter, or reference line.
SetsA custom field defined by conditions or manual selection to create a subset of data. Can be dynamic or static.
GroupsA way to combine several dimension members into a single, higher-level category.
BinsA new dimension created by grouping a measure (or date) into equal-sized intervals.

Workspace & Interface

TermDefinition
Data PaneThe left-hand panel that shows all connected data sources, including their fields (Dimensions and Measures).
Rows & Columns ShelvesDetermine the structure of the view. Rows create the Y-axis, Columns create the X-axis.
Marks CardThe panel that controls the visual properties of marks (data points). Contains shelves for Color, Size, Label, Detail, Tooltip, and Shape.
Pages ShelfAllows you to break a view into a series of pages to analyze how a specific field affects the rest of the data.
Filters ShelfWhere you place fields to limit what data is displayed in the view.
Analytics PaneThe panel used to add reference lines, trend lines, forecasts, and other statistical models to a view.
Show MeA panel that suggests appropriate chart types based on the fields selected in the view.
Format PaneThe panel used to customize the appearance of almost every element in a view.

Filters & Interactivity

TermDefinition
FilterUsed to limit what data is displayed on a sheet.
Quick FilterAn interactive filter control displayed on a worksheet or dashboard for end-users.
Context FilterA filter that creates a temporary “sub-set” of the data, which all other filters then operate on.
TooltipThe text box that appears when hovering over a mark, providing additional details.

Data Connections & Performance

TermDefinition
Data BlendingA method for combining data from multiple data sources on a single sheet.
Data Extract (.hyper)A snapshot of data saved to disk for improved performance.
Live ConnectionA direct, real-time connection to the underlying database.
Published Data SourceA data source connection that has been published to Tableau Server or Tableau Cloud for centralized management.

Advanced Calculations

TermDefinition
LOD Expression(Level of Detail Expression). A calculation that allows you to compute values at a specified level of detail.
Table CalculationA computation that is performed on the local data in the Tableau view.

Visual Analytics

TermDefinition
Dual AxisTwo independent measures sharing the same pane, allowing for different mark types and scales.
MarksThe visual representations of your data (bars, lines, circles, shapes, etc.).
ShelvesThe areas in the workspace where you drag fields to build visualizations.