Tableau Course
Building Basic Charts
Bar charts, line charts, and pie charts are the three charts every Tableau user builds first. Mastering them step by step on the Superstore dataset gives you the muscle memory to build any chart confidently from scratch.
Chart 1 — The Bar Chart
A bar chart compares a measure across categories. It is the most common chart in business dashboards and the best starting point for learning Tableau's shelf system. The goal here is to show total Sales per Category.
Chart 2 — The Line Chart
A line chart shows how a measure changes over time. It is the right choice whenever your Columns shelf carries a date field. The goal here is to show monthly Sales over time.
Chart 3 — The Pie Chart
A pie chart shows part-to-whole relationships — how much each category contributes to the total. In Tableau, building a pie chart requires one extra step compared to bar and line charts: you must manually set the mark type to Pie in the Marks card. The goal here is to show Sales share by Region.
Choosing the Right Chart
Each chart type answers a specific kind of question. Using the wrong chart makes data harder — not easier — to understand. Here is a quick decision guide:
| The Question | Best Chart | Why |
|---|---|---|
| Which category has the most Sales? | Bar chart | Bar length makes magnitude comparison easy and accurate |
| How have Sales changed over the year? | Line chart | Lines show trends and direction of change over time |
| What share of total Sales does each region hold? | Pie chart | Slices show proportional contribution to a whole |
| How do Sales and Profit relate to each other? | Scatter plot | Two axes reveal correlation patterns (covered in Lesson 12) |
Renaming a Sheet and Saving Your Work
Every chart lives on its own worksheet tab at the bottom of the screen. By default Tableau names them Sheet 1, Sheet 2, and so on. Double-click any tab to rename it — use a short descriptive name like Sales by Category or Monthly Trend. Clear tab names make workbooks much easier to navigate, especially once you have 10 or more sheets.
Save your workbook with Ctrl + S (Windows) or Cmd + S (Mac). The first time you save, Tableau asks for a file name and location. Save as a .twb file (workbook without data) or a .twbx file (packaged workbook with data included). Use .twbx if you need to share the file with someone who does not have access to the original data source.
Pie charts get a lot of criticism in data visualisation — and for good reason. When you have more than five or six slices, the human eye cannot accurately compare the sizes of narrow wedges. For most comparisons, a sorted bar chart is more readable than a pie chart. That said, pie charts are perfectly appropriate when you have three to four categories and want to show a clear part-to-whole story. Use them deliberately, not by default. A good rule: if a bar chart works just as well, use the bar chart.
Practice Questions
1. Which mark type must you manually select in the Marks card dropdown before building a pie chart in Tableau?
2. Which chart type is the best choice for showing how monthly Sales have changed over the course of a year?
3. Which Tableau file format should you use when sharing a workbook with someone who does not have access to the original data source?
Quiz
1. How do you change a date field on the Columns shelf from showing yearly headers to a continuous monthly timeline in Tableau?
2. You have a single-line Sales trend chart. How do you split it into three separate lines — one per Category — without adding Category to the Columns or Rows shelf?
3. A stakeholder wants to compare total Profit across seven product Sub-Categories. Which chart type is the better choice and why?
Next up — Lesson 9: Sorting and filtering data — controlling exactly which data appears in your view and in what order.