← All chapters

Last reviewed July 10, 2026.

What Tableau Is (and the BI Mindset)

Every Monday, Dana pulls the same report. She opens a spreadsheet with 40,000 rows of last week’s sales, copies three columns into a fresh tab, builds a pivot table, screenshots the chart, and pastes it into an email. By Tuesday the numbers are stale. When her manager asks “how did the Denver stores do on weekends?” she starts over. The answer is somewhere in those 40,000 rows. Getting it out takes an hour she does not have.

Why this matters

You do not have to be an analyst to be handed data. A schedule, a budget, a customer list, a stack of survey responses: those are all data, and sooner or later someone asks you a question about them.

A spreadsheet is great for holding numbers and doing math on them. It gets slow and clumsy when the real job is seeing the numbers and answering follow-up questions on the spot. That gap is what Tableau fills.

This chapter is the map. By the end you will know what Tableau is, how its versions differ, how a finished dashboard gets built, and what every part of the screen is called. Later chapters go deep on each step. Right now the goal is to feel oriented instead of lost.

What Tableau actually is

Tableau is a tool for turning data into pictures you can interact with. You connect it to your data, drag fields onto a canvas, and it draws the chart for you. Change what you drag and the chart redraws instantly. No formulas to memorize, no code to write.

The category Tableau belongs to is called business intelligence, or BI. That is a formal label for a simple idea: taking the raw records a business already collects and shaping them into something a human can use to make a decision. A pile of sales transactions is data. A chart showing which region is falling behind this quarter is intelligence.

The BI mindset is the habit this whole track is teaching. Instead of asking “what does this cell say,” you ask “what is this data trying to tell me, and what should we do about it.” Tableau is the instrument. The mindset is knowing which question to point it at.

The thing you build and hand to other people is usually a dashboard: one screen that combines several charts about the same topic, often with filters so the reader can explore on their own. A regional manager clicks “Denver” and every chart on the page updates to show just Denver. That is the leap from a static screenshot to a living report.

Tableau vs. the spreadsheet you already know

Keep using your spreadsheet. Tableau does not replace it. The two are good at different jobs.

A spreadsheet is where data often lives and where you do calculations, cell by cell. Tableau is where you ask questions of that data and show the answers. Think of the spreadsheet as the pantry and Tableau as the kitchen.

Three things Tableau does that a spreadsheet struggles with:

  • Handles big data without crawling. Hundreds of thousands of rows are routine.
  • Redraws instantly as you explore. Drag a field, get a new chart in a second, no rebuilding.
  • Makes charts interactive. The person you send it to can filter and drill in, instead of emailing you for a different cut.

If your data fits on one screen and never changes, a spreadsheet chart is fine. When the questions keep coming and the data keeps growing, that is Tableau’s territory.

The four Tableaus: Desktop, Public, Server, and Cloud

“Tableau” is really a small family of products, and people mix up the names constantly. Here is the plain version.

Tableau Desktop is the full building tool. It installs on your computer and is where you connect to data and create charts and dashboards with every feature switched on. It is a paid, licensed product.

Tableau Public is the free version of the building tool. You can create right in your web browser or download the free Tableau Desktop Public Edition app. The catch is in the name: anything you save to Tableau Public is published to the open internet, where anyone can find and view it, including the data behind your chart. It is perfect for learning and for practice data. Never put real customer names, salaries, or anything confidential into Tableau Public.

Tableau Server is for sharing inside a company. Your organization installs and runs it on its own machines, and finished dashboards live in a private, secure site that only approved people can reach. It is a licensed product.

Tableau Cloud does the same private-sharing job as Server, except Tableau runs the machines for you. Nothing to install and maintain; you sign in through the web. It is a licensed product.

A simple way to hold all four: Desktop and Public are for building. Server and Cloud are for sharing. Public shares with the whole world for free; Server and Cloud share privately inside an organization.

Because Tableau Public is free and needs nothing installed for web authoring, that is what this track uses to practice.

The flow: connect, build, assemble, share

Every Tableau project, from a two-chart quick look to a boardroom dashboard, follows the same four steps. This track is organized around them.

  1. Connect to your data. Point Tableau at a source: an Excel file, a CSV, a database. It reads the columns and gets them ready.
  2. Build views on worksheets. A worksheet is a single canvas that holds one chart, which Tableau calls a view. You build a view by dragging fields around. Most of your hands-on time lives here.
  3. Assemble views into a dashboard. Once you have a few worksheets you like, you arrange them on one screen and wire up filters so they work together.
  4. Share the result. Publish to Tableau Public, Server, or Cloud, and send people a link instead of a screenshot.

Connect, build, assemble, share. Hold those four words and the rest of the track feels like filling in a shape you already know.

A guided tour of the workspace

Open Tableau to a worksheet and the screen can look busy. It is not. Almost everything you touch lives in a few named areas. Learn the names now and later instructions will make sense.

Down the left side is the Data pane, a list of every field from the data you connected. A field is just one column from your source, like Order Date or Sales. Tableau splits these fields into two groups, and this split is the single most important idea on the screen.

  • Dimensions are the descriptive fields, the by what of a question. Categories, names, dates, places: Region, Product, Order Date. You slice your numbers by these.
  • Measures are the things you count or add up, the how much: Sales, Quantity, Profit. These are the numbers.

“Sales by region” is one measure (Sales) sliced by one dimension (Region). Almost every chart you ever build is some version of measures sliced by dimensions.

Tableau also color-codes fields blue or green. Blue means discrete, separate buckets like region names. Green means continuous, an unbroken range like a running total. You do not need to master that yet; just know the colors carry meaning, and a later chapter explains it.

Across the top of the canvas sit two shelves.

  • The Columns shelf controls what runs left to right across your chart.
  • The Rows shelf controls what runs top to bottom.

Drag Region to Columns and Sales to Rows and you get a bar chart of sales for each region. That drag-and-drop is the core motion of the whole tool.

Just left of the canvas is the Marks card. A mark is one drawn element in your chart: one bar, one dot, one line. The Marks card is where you change how marks look, using controls labeled Color, Size, Label, and more. Drop Profit onto Color and each bar shades by how profitable it is.

On the right is Show Me, a panel of chart-type thumbnails. Select a couple of fields, click a picture in Show Me, and Tableau builds that chart type for you. It is training wheels for choosing a chart, and it is genuinely useful.

Finally, look along the bottom of the window for a row of tabs, much like the sheet tabs at the bottom of a spreadsheet. These let you add three kinds of sheet:

  • A Worksheet holds a single chart.
  • A Dashboard combines several worksheets on one screen.
  • A Story is a guided sequence of dashboards or worksheets, like slides that walk a reader through a point.

That is the whole workspace: Data pane on the left, Columns and Rows shelves up top, Marks card for looks, Show Me on the right, and worksheet, dashboard, and story tabs along the bottom.

Try It Fifteen minutes, nothing to install, nothing to pay.

  1. In your web browser, go to public.tableau.com and create a free account.
  2. Get a small, deliberately boring dataset. A short CSV of monthly sales by region works well. If you do not have one, make a spreadsheet with three columns, Region, Month, and Sales, fill about twenty rows, and save it as a CSV file.
  3. On Tableau Public, choose Create and then Web Authoring, and connect to your CSV file.
  4. You are now on a worksheet. Find your fields in the Data pane on the left. Notice which ones landed under Dimensions (Region, Month) and which under Measures (Sales).
  5. Drag Region onto the Columns shelf. Drag Sales onto the Rows shelf. You just made a bar chart.
  6. Drag Sales onto the Color button in the Marks card and watch the bars change shade.

What did you notice? How long did it take to go from a plain file to a chart you could actually read? That speed is the whole point.

Remember: everything you save on Tableau Public is public. Use only practice data you would not mind a stranger seeing.

In business

Picture Dana from the opening, now working in Tableau instead of screenshots.

She connects Tableau to the same weekly sales export, once. She builds one worksheet of sales by store, a second of sales by day of week, and a third of sales over time. She drops all three onto a dashboard and adds a filter for city and a filter for weekday.

Now she sends her manager a single link. When he wants “Denver stores on weekends,” he does not email Dana. He clicks Denver, clicks Saturday and Sunday, and all three charts answer in place. Next Monday she rebuilds nothing; she refreshes the data and the same dashboard shows the new week.

The hour Dana used to lose every Monday becomes a two-minute refresh. The follow-up questions that used to fill her week answer themselves. That is the real return a company buys with BI.

Common pitfalls

Treating Tableau like a spreadsheet. People try to type numbers into cells and do row-by-row math. Tableau has no cells to type into. You feed it data from somewhere else and drag fields; the calculating happens differently. Fighting this is the most common beginner frustration.

Confusing the four products. Downloading the wrong one, or assuming a coworker’s “Tableau” is the same as yours, causes real headaches. Say the full name: Desktop, Public, Server, or Cloud.

Putting private data on Tableau Public. It bears repeating because the mistake is costly. Public means public. Practice data only.

Mixing up dimensions and measures. Beginners drag a number expecting a category, or a category expecting a total, then wonder why the chart looks wrong. When a view surprises you, first check which fields are dimensions and which are measures.

Jumping to a dashboard too soon. A dashboard is only as good as the worksheets inside it. Build and sanity-check each chart on its own worksheet first, then assemble.

Practice

  1. Name the parts. Without looking back, write down what each of these does: the Data pane, the Columns shelf, the Marks card, and Show Me. Then check yourself against the tour.
  2. Sort the fields. For a report you already deal with at work, list five fields. Mark each as a dimension or a measure. Sales figures and counts are measures; names, categories, and dates are dimensions.
  3. Pick the right product. Name which Tableau you would use for each: (a) building a chart on your laptop, (b) sharing a dashboard privately with your team without running your own servers, (c) posting a chart publicly for free to practice. Answers: Desktop, Cloud, Public.
  4. Do the Try It above if you have not yet. Getting from a file to a bar chart once, with your own hands, teaches more than rereading this page.

Part of the Tableau track. Developed with AI assistance and reviewed by a human editor. Tableau changes often; menu names, features, and prices may have shifted since the “checked on” dates in this chapter. Verify anything critical against Tableau’s official documentation.

© 2026 Bastean AI Solutions, a DBA of Bastean, LLC. All rights reserved.

Check your understanding