Tableau Lesson 1 – Introduction to Tableau | Dataplexa
Section I — Lesson 1

Introduction to Tableau

Tableau is one of the most in-demand data tools in the world right now — and by the end of this lesson, you will understand exactly what it is, why companies rely on it, and what you are going to build throughout this course.

What Tableau Actually Is

Tableau is a data visualization and business intelligence platform. In plain English — it takes your raw data and turns it into charts, maps, and dashboards that people can actually read and use to make decisions. No coding required. You connect your data, drag a few fields onto a canvas, and Tableau does the visual heavy lifting for you.

Here is a simple way to think about it. Imagine a retail manager who gets a spreadsheet every Monday with 80,000 rows of sales data. Without a tool like Tableau, they spend hours building pivot tables just to answer basic questions. With Tableau, that same analysis takes minutes — and the result is a live, interactive dashboard instead of a static table.

Tableau sits between your data and your decisions. It reads from virtually any data source — Excel files, CSV files, SQL databases, cloud platforms — and lets you explore and present that data visually.

The Technology Behind the Drag and Drop

Every time you drag a field onto a shelf in Tableau, something clever happens in the background. Tableau uses a technology called VizQL — Visual Query Language — which automatically translates your drag-and-drop actions into database queries. You never write those queries yourself. You just move fields around and Tableau handles the rest.

VizQL was invented at Stanford University in 2003 as a research project. The goal was simple: make databases understandable to everyone, not just engineers. That research became Tableau Software, and the company grew into the industry-leading BI platform it is today. In 2019, Salesforce acquired Tableau for approximately $15.7 billion — a signal of just how valuable the platform had become.

The Tableau Product Family

Tableau is not one single product — it is a family of tools that work together. You need to know which one does what before you start.

🖥️ Tableau Desktop

The main authoring tool you install on your computer. This is where you build every visualization and dashboard. Used in every lesson of this course.

🌐 Tableau Public

A free version that lets you publish and share your work on the Tableau Public website. Great for building a portfolio. Cannot connect to private data sources.

🏢 Tableau Server

An on-premise platform that organizations use to host and share dashboards internally. IT teams manage it, and analysts publish workbooks to it.

☁️ Tableau Cloud

The cloud-hosted version of Tableau Server managed by Salesforce. Same sharing and governance features — no internal server setup required.

🔧 Tableau Prep Builder

A visual data preparation tool for cleaning and shaping data before it reaches Tableau Desktop. Think of it as a visual ETL — Extract, Transform, Load — without writing code.

For this course, you will primarily use Tableau Desktop for building and Tableau Public for practice and publishing. Both are free to start with — Desktop has a 14-day trial and a free student license, and Public is permanently free.

How Tableau Fits in the Data World

A common question beginners ask is — why Tableau and not Excel or Power BI? The answer is not that Tableau is better at everything. It is that each tool has a different job. Here is how they compare:

Tool Best For Where It Falls Short
Excel Small datasets, quick personal analysis Breaks at scale, poor interactivity
Power BI Microsoft-first environments, cost efficiency Weaker advanced analytics, slower rendering
Looker Studio Google Workspace, lightweight cloud dashboards Limited chart types, no offline capability
Tableau ✓ Enterprise BI, large data, complex visuals Paid product, steeper learning curve

On LinkedIn today, job postings that list Tableau as a required skill consistently outnumber those listing any other standalone BI tool. If you are targeting a data analyst, business analyst, or BI developer role, Tableau on your resume carries real weight.

The Core Building Blocks

Every single visualization you build in Tableau — whether it is a simple bar chart or a complex multi-dashboard report — is built from the same three things:

1
Data

The raw source you connect to — a spreadsheet, a database table, a CSV export from your CRM. Tableau reads it and makes all the fields available to you.

2
Dimensions

Fields that describe categories — things like Region, Product Name, Customer Segment, or Order Date. Tableau shows these in blue in the Data pane. They group and slice your data.

3
Measures

Fields that hold numerical values — Sales, Profit, Quantity, Revenue. Tableau shows these in green. They get aggregated — summed, averaged, or counted — depending on how you use them.

When you drag a Dimension to the Columns shelf and a Measure to the Rows shelf, Tableau groups your data by that dimension and aggregates the measure automatically. That single action is secretly executing a database query — you just see a chart instead of a table of results.

A Tableau Interface at a Glance

Before you install anything, here is what the Tableau Desktop workspace looks like. Every number below points to an area you will use constantly throughout this course.

Tableau Desktop Superstore.xlsx — Sheet 1 Data  |  Analytics  |  Map
Dimensions
Abc Category
Abc Region
Abc Sub-Category
Measures
# Sales
# Profit
# Quantity
1
Columns Sub-Category
Rows SUM(Sales)
2
Phones
Chairs
Storage
Tables
Binders
3
1
Data Pane — lists all fields from your connected dataset. Blue fields are Dimensions (categories), green fields are Measures (numbers).
2
Shelves (Columns & Rows) — drop fields here to define what goes on each axis. This is how every chart in Tableau is built.
3
Canvas / View Area — Tableau renders your chart here automatically the moment you drop fields onto the shelves. No build button, no refresh — it is instant.

Where Tableau Gets Used in the Real World

Tableau is not niche — it is used across every major industry. Here are a few real examples of what professionals actually build with it every day:

🛒
Retail

Daily sales dashboards by region, product performance tracking, inventory monitoring.

💰
Finance

P&L visualizations, budget vs actual reports, cash flow trend analysis.

🏥
Healthcare

Patient outcome tracking, bed occupancy dashboards, readmission rate analysis.

📣
Marketing

Campaign performance funnels, channel cost analysis, email engagement reports.

👥
HR

Headcount trends, attrition analysis, hiring pipeline velocity dashboards.

🚚
Logistics

Delivery time tracking, route efficiency maps, warehouse throughput visualization.

What This Course Builds Toward

This course takes you from zero to professional across 60 lessons in six sections. Here is the journey in one view:

1–10
Tableau Basics — Install, explore the interface, connect your first dataset, build foundational charts.
11–20
Data Cleaning & Prep — Join, blend, pivot, and shape messy real-world data into something usable.
21–30
Charts & Visual Analytics — Heat maps, tree maps, dual-axis charts, geospatial maps, and more.
31–40
Filters, Parameters & Calculations — Write Tableau formulas, use LOD expressions, build dynamic parameter views.
41–50
Dashboards & Stories — Combine visuals into interactive dashboards and story presentations.
51–60
Projects & Certification Prep — Real datasets, industry scenarios, and a capstone project for your portfolio.
📌 Teacher's Note

This is a concepts-only lesson — nothing to install yet. Your goal right now is to understand the landscape: what Tableau is, what it is not, and where it fits. In Lesson 2 you will install Tableau Desktop and Tableau Public and get the software running on your machine. From Lesson 3 onward, every lesson is hands-on. Take your time reading this one — the terminology you learn here (Dimensions, Measures, VizQL, Shelves) will come up in every single lesson that follows.

Practice Questions

1. What is the name of the visual query language technology that powers Tableau's drag-and-drop interface?

2. Which company acquired Tableau in 2019?

3. Which free Tableau product lets you publish visualizations online and build a public portfolio?

Quiz

1. In Tableau, what is the correct distinction between Dimensions and Measures?


2. Which Tableau product do you use to author and build visualizations on your local computer?


3. Which statement about Tableau's origin is correct?


Next up — Lesson 2: Installing Tableau Desktop and Tableau Public on your machine so you are ready to build from Lesson 3 onward.