Search icon CANCEL
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Tableau 2019 - Third Edition

You're reading from  Learning Tableau 2019 - Third Edition

Product type Book
Published in Mar 2019
Publisher Packt
ISBN-13 9781788839525
Pages 504 pages
Edition 3rd Edition
Languages
Author (1):
Joshua N. Milligan Joshua N. Milligan
Profile icon Joshua N. Milligan

Table of Contents (18) Chapters

Preface 1. Section 1: Tableau Foundations
2. Taking Off with Tableau 3. Working with Data in Tableau 4. Venturing on to Advanced Visualizations 5. Section 2: Leveraging the Full Power of Tableau
6. Starting an Adventure with Calculations 7. Diving Deep with Table Calculations 8. Making Visualizations That Look Great and Work Well 9. Telling a Data Story with Dashboards 10. Digging Deeper - Trends, Clustering, Distributions, and Forecasting 11. Section 3: Data Prep and Structuring
12. Cleaning and Structuring Messy Data 13. Introducing Tableau Prep 14. Section 4: Advanced Techniques and Sharing with Others
15. Advanced Visualizations, Techniques, Tips, and Tricks 16. Sharing Your Data Story 17. Other Books You May Enjoy

To get the most out of this book

This book does not assume any specific database knowledge, but it definitely will help to have some basic familiarity with data itself. We'll cover the foundational principles first, and while it may be tempting to skip the first chapter, please don't! We'll lay a foundation of terminology and the paradigm that will be used throughout the remainder of the book.

You'll be able to follow along with many of the examples in the book using Tableau Desktop and Tableau Prep Builder (in Chapter 10, Introducing Tableau Prep). You may download and install the most recent versions from Tableau using the following links:

  • Tableau Desktop: https://www.tableau.com/products/desktop/download
  • Tableau Prep Builder: https://www.tableau.com/products/prep/download

Please speak to a Tableau representative for licensing information. In most cases, you may install a 14-day trial of each product if you do not currently have a license.

Download the example code files

For most chapters, you'll find applicable data files (Excel and text files) and a set of Tableau Workbook files, (.twbx) , or Tableau Flow files, (.tfl) , which you may open in Tableau Desktop or Tableau Prep Builder, respectively. These will follow the convention ChapterNN_Starter and ChapterNN_Complete (where NN is the chapter number). The starter workbooks and flows are intended to allow you to work through the examples in the book on your own, though at times, they will include completed examples for reference. The complete workbooks are entirely finished and are intended to allow you to check your work or see the finished example.

You may download the example files for this book from your account at www.packt.com. If you purchased this book elsewhere, you can visit www.packt.com/support and register to have the files emailed directly to you.

You can download the code files by following these steps:

  1. Log in or register at www.packt.com.
  2. Select the SUPPORT tab.
  3. Click on Code Downloads & Errata.
  4. Enter the name of the book in the Search box and follow the onscreen instructions.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR/7-Zip for Windows
  • Zipeg/iZip/UnRarX for Mac
  • 7-Zip/PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Learning-Tableau-2019. In case there's an update to the code, it will be updated on the existing GitHub repository.

We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Download the color images

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. You can download it here: https://www.packtpub.com/sites/default/files/downloads/9781788839525_ColorImages.pdf.

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Open the Chapter07_Starter workbook, where you will find this example."

A block of code is set as follows:

IF [Animal] = "DOG" 
THEN
IF [Age] < 2
THEN "Puppy"
ELSE "Dog"
END
ELSE [Animal]
END

Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select Extract | Refresh from the Data menu."

Warnings or important notes appear like this.
Tips and tricks appear like this.
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}