Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Getting Started with Tableau 2019.2
Getting Started with Tableau 2019.2

Getting Started with Tableau 2019.2: Effective data visualization and business intelligence with the new features of Tableau 2019.2 , Second Edition

Arrow left icon
Profile Icon Tristan Guillevin
Arrow right icon
€18.99 per month
Full star icon Full star icon Full star icon Full star icon Full star icon 5 (2 Ratings)
Paperback Jun 2019 260 pages 2nd Edition
eBook
€13.98 €19.99
Paperback
€24.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Tristan Guillevin
Arrow right icon
€18.99 per month
Full star icon Full star icon Full star icon Full star icon Full star icon 5 (2 Ratings)
Paperback Jun 2019 260 pages 2nd Edition
eBook
€13.98 €19.99
Paperback
€24.99
Subscription
Free Trial
Renews at €18.99p/m
eBook
€13.98 €19.99
Paperback
€24.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
Table of content icon View table of contents Preview book icon Preview Book

Getting Started with Tableau 2019.2

Chapter 1. Catching Up with Tableau 2019

Thank you for purchasing Getting Started with Tableau 2019.2. As its title suggests, this book aims to provide you with explanations, advice, tips, and the best practices to start (or continue) your journey through Tableau using the most recent features. You'll always find clear descriptions, reproducible examples, and tutorials. Whether you already know how to use Tableau and want to get familiar with its latest features, or you've never used the tool and want to learn from the beginning, this book is for you, and I hope you enjoy it.

If you are a Tableau user looking for information about its new features and how to use them, you are in the right place. If you are new to Tableau, start with Chapter 2, The Tableau Core, to learn about the basics and advanced features of Tableau. Throughout this book, many new features will be explained. Having finished all of the chapters, you can come back here to learn about the newest features in detail.

In this first chapter, we'll cover the new features in Tableau's 2019 releases (2019.1 and 2019.2). This chapter will be divided into two parts, as follows:

  • Connector improvements
  • Worksheet enhancement
  • New actions
  • Empowered Dashboard
  • Tableau Server

For each part, each major feature has its own section. Next to the name of the feature, between brackets, the version that introduced the new feature will be specified.

Tip

This book focuses on data visualization with Tableau Desktop and Tableau Server/Online. Tableau Prep is not covered, as it fulfills a different need. You can learn more about Tableau Prep at https://www.tableau.com/products/prep.

Let's start with Tableau Desktop; get ready to discover many great new features!

To understand and reproduce the examples provided in this chapter, you need to know how to connect to data, build a data source, and create Worksheets and Dashboards.

Connector improvements

There are no changes regarding the way you connect to data or what you can do with data sources. However, the newest version of Tableau includes four new connectors, all of which have been available since Tableau 2019.1:

  • Azure SQL Data Warehouse Connector
  • Google Ads Connector
  • Google Drive
  • MariaDB

Some other data source improvements are as follows:

  • OAuth is enabled for a Snowflake connector (2019.1)
  • You can directly use the power of spatial information in a PostgreSQL+PostGIS database without having to export or prep the data (2019.1)
  • The JDBC connector was improved for better performance (2019.2)
  • You can connect to on-premise Service Now deployments (2019.2)
  • You can use Azure Active Directory username and password authentication (2019.2)
  • Enhanced SAP Hana and Marketo connectors (2019.2)

Now, let's take a look at visualization improvements.

Worksheet enhancement

Mapping is the star of the newest Tableau version. We'll cover the new MakePoint and MakeLine functions, as well as the new vector map. These two new features will allow you to enjoy building maps even more than before.

MakePoint and MakeLine (2019.2)

Since Tableau 10.2, you have been able to connect to a spatial file to create maps using the Geometry field (a Point, a Line, or a Polygon). Each new release brought new capabilities, such as using a spatial field directly from a database or the recent spatial join: Intersect. Tableau Desktop 2019.2 brings two new functionalities: MakePoint and MakeLine.

MakePoint and MakeLine are two new functions. MakePoint converts Latitude and Longitude into a spatial point. MakeLine takes two Points and creates a spatial Line. This allows you to create a path between two places on Earth by taking into account the curvature of the earth and joining spatial and nonspatial files with Latitude and Longitude.

Let's visualize the top 100 busiest air routes.

Note

Download the Flights.xlsx Excel file from the Chapter 1: Catching up with Tableau 2019 section of my website, https://tableau2019.ladataviz.com or browse to https://ladataviz.com/wp-content/uploads/2019/05/Flights.xlsx.

This file contains one hundred lines and provides information on the departure and arrival to airports, as well as the number of passengers.

Let's start:

  1. Open Tableau Desktop and select Microsoft Excel.
  2. Connect to the Flights.xlsx file you've just downloaded.
  3. On Sheet1, create a new calculated field. Name it Departure Point and write the following formula: MAKEPOINT([Departure Latitude],[Departure Longitude]).
  4. Create a second calculated field for the arrivals. Name it Arrival Point and write the following formula: MAKEPOINT([Arrival Latitude],[Arrival Longitude]).
  5. You have created two calculated fields that contain spatial points that are mapping the departure and arrival airports. You can test your fields by simply double-clicking on them.
  6. Create a final calculated field for the routes. Name it Air Routes and write the following formula: MAKELINE([Departure Point],[Arrival Point]).
  7. On a blank Worksheet, double-click on Air Routes; this will automatically generate all the paths on a map.
  8. To finalize the visualization, add the Route Dimension in Detail to separate each path, and add the Passengers Measure in Size and Color to visually spot the busiest routes. The following screenshot shows the final results:
    MakePoint and MakeLine (2019.2)

If, like me, you aren't new to Tableau, you will be impressed by how fast and easy it is to achieve this now. That's what we love about each new Tableau release: it always makes our analysis faster and easier to do.

As I said, mapping is the star, so let's continue with this new mapping style.

Vector Map (2019.2)

Are you ready for a smoother, faster, and more powerful than ever mapping experience? Yes, you are! Using maps in Tableau Desktop 2019.2 never felt better. Using the MapBox technology, Tableau maps now use vectors for an incredibly smooth zoom in and out.

Go ahead – open your favorite visualization that includes a map and try it yourself!

But that's not all! Let's open the Maps Layers pane using the Map top menu. Three new styles have been added. You can now visualize your data using the Streets, Outdoors, or Satellite styles. I can now show you where I grew up; good luck finding it:

Vector Map (2019.2)

Oh! And is if this wasn't enough, there are also new data layers that you can add: Terrain, Routes, Water Labels, Cities, Point of Interest, Neighborhoods, Building Footprints, and so on. Each style has newer and richer layers. Mapping has never been so good.

Other improvements

The following is a list of other small visualization improvements:

  • Sort Controls: On the Worksheet top menu, you'll find a new option, Show Sort Controls, which allows you to choose whether users can change the sort order. (2019.2)
  • Nested sort: You can now use the nested sort feature on multiple dimensions (2019.1)
  • Tooltip reference line: On the reference line configuration window, you can now modify and even totally remove the tooltip (2019.2)

Now, we'll look at the new features available for Dashboards.

New actions

Tableau's power resides in the ability to build simple and powerful visualizations and dashboards in minutes, but also to create interactivity with only a few clicks thanks to Actions. Tableau 2018.3 already introduced two new actions: Go To Sheet and Change Set Values. Tableau 2019.1 and 2019.2 continue to improve on these actions with a great enhancement for Go to URL actions and a revolutionary way of working with parameters: Change Parameter.

Improved URL Actions (2019.1)

The Go to URL... action allows you to open a website directly inside the Dashboard or in a new window. With effect from version 2019.2, you have the ability to choose how to open the URL target in the configuration window:

  • New Browser tab: Always opens the link in a new browser tab, even if a Web Page object exists in the Dashboard.
  • Web Page object: Opens the URL in a Web Page object in your Dashboard. You can even have multiple Web Page objects in your Dashboard with multiple URL actions targeting each Web Page object separately.
  • Browser tab if no Web Page objects exists: The default option; this opens the URL in a browser tab if there is no Web Page object.

Let's continue with Change Parameters.

Change Parameter (2019.2)

The Change Parameter... is the newest action to be introduced in Tableau 2019.2. It allows you to change the value of a Parameter based on the value on a Worksheet. It was already possible to achieve this thanks to Extensions, but now Tableau has made it official!

Previously, modifying the value of a Parameter was only possible using the Parameter Control card. Now, you can use any action triggers (Hover, Select, or Menu) to modify the current value of a Parameter. As for the highlight action, the value you want to pass to the Parameter has to be in the View.

Let's create an example together. We want to compare the sales value of a state to a parameter and see if the sales are above or below the Parameter's value. The value of the Parameter will be automatically set when you hover over a state, allowing you to easily compare a state with others. For this example, you can use the Sample – Superstore saved data source. Perform the following steps:

  1. On a blank Worksheet, create a new Parameter.
  2. On the Parameter configuration window, name it Sales comparison value, of the Float type with All allowable values, and then click on OK. Your Parameter configuration should look like this:
    Change Parameter (2019.2)
  3. Create a new calculated field, name it Sales comparison, and write the following formula: SUM([Sales])-[Sales comparison value].
  4. Double-click on State, then put Sales in Detail and Sales Comparison in Color. Your visualization should look like this:
    Change Parameter (2019.2)
  5. Open the Worksheet top menu and click on Actions….
  6. Click on the Add Action button and choose Change Parameter….
  7. Name the action Set sales comparison value and set it to run on Hover. In the Target Parameter list, choose Sales comparison value, and in the Value list, choose SUM(Sales). Keep the Aggregation as Sum. Your configuration window should look as follows:
    Change Parameter (2019.2)
  8. Back in your visualization, hovering over a state should change the value of the parameter and therefore allow you to quickly compare the sales of a state to the others. The following is the final result when you hover over Washington:
    Change Parameter (2019.2)

This new action will unlock many new opportunities so that you can create awesome interactions for your users. I can't wait to see what the Tableau Community will create!

Let's continue with all the new features of the Dashboard.

Empowered Dashboard

Building Dashboards is definitely one of the most important aspects of using Tableau Desktop. Fortunately, building a simple Dashboard is also something very easy and enjoyable to do. In the process of always making our life easier, Tableau has developed a few very nice new features.

The first important new feature is the ability to show or hide a container with a totally new button.

Show/Hide containers (2019.2)

If you are not new to Tableau, I'm sure you've already made (or had to make) a Dashboard with lots of filters and legends. You know, something that looks like this:

Show/Hide containers (2019.2)

Rejoice, because this is over! You can now add a toggle button to containers, allowing you and your user to show or hide it at will. There's only one condition at the moment, which is that the container needs to be floating.

Adding a toggle button is quite easy: select the containers (with the Select Container option when you click on an item, or use the Item hierarchy in the Layout pane), then select Add toggle button from the container options. A default toggle button is automatically added to your Dashboard. Among the button options, you'll find the ability to Show or Hide the container and edit it with the Edit Button… option.

Note

You can also use the Alt + Click shortcut to perform the button action. Of course, this is only needed in editor mode. When the Dashboard is published or open with Tableau Reader, the button is triggered by a simple click.

If you click on Edit Button… a new window will open. Here, you can choose what Dashboard element will be impacted by the button, the Button Style (image or text), and the Button Appearance. The Button Appearance part lets you choose the Image (or Title and Font), Border, Background, and Tooltip when the item is currently shown or hidden.

Let's create an example together. We will use this new feature to enhance the example that was provided at the beginning of this section.

Note

Download the ZIP file named ToggleButtonStart.zip from the Chapter 1: Catching up with Tableau 2019 section of my website, https://tableau2019.ladataviz.com or, browse to https://ladataviz.com/wp-content/uploads/2019/05/ToggleButtonStart.zip.

Unzip the ToggleButtonStart.zip file and you'll find a Tableau Packaged Workbook that is the start of the example:

  1. Open the ToggleButtonStart.twbx workbook.
  2. Select the filters and legend container, either by double-clicking on the grip part or using the Select Containers option of the items, or by using the Item hierarchy in the Layout pane. You should see the entire horizontal container with a blue outline, like this:
    Show/Hide containers (2019.2)
  3. Go to the option using the descending arrow and select Floating.
  4. Using the grip part, move the containers at the top left. Then, by selecting the left border, increase its width, as shown in the following screenshot:
    Show/Hide containers (2019.2)
  5. Click on the arrow to option the container options and select Add Show/Hide button.
  6. You can now use this button to show and hide the container with the filters and legends. To finalize the Dashboard, you can move the button next to the title, increase its size, and add a tooltip among the button options. Here's the final result:
Show/Hide containers (2019.2)

This new feature allows everyone to build clearer and more efficient Dashboards. The next feature is really simple to understand and use, but will definitely help you save a lot of time.

Replace Worksheets (2019.2)

This is the kind of feature we love: simple and efficient. With Tableau 2019.2, you can now replace any Worksheet in a Dashboard with another new Worksheet. This may not sound like a big deal to newcomers, but Tableau veterans know how useful this new feature is.

To replace a Worksheet, select the existing Worksheet in the Dashboard. Then, on the Sheets pane on the left, hover over the replacement Worksheet and click on the button highlighted in the following screenshot:

Replace Worksheets (2019.2)

That's it! Again: simple and efficient.

Let's finish with the other improvements.

Other improvements

Don't think that the next three improvements don't have their own sections because they aren't important! I decided to group them only because they are all really easy to explain, understand, and use, as you will discover:

  • Export to PowerPoint: On Tableau Desktop, among the File top menu, you'll find the Export As PowerPoint option. On Tableau Server, you'll find the PowerPoint option when you click on the Download button in the toolbar. In Tableau 2019.2, this feature was improved to export Stories, with each Story point being a new slide (2019.1).
  • Name zone: In the Item hierarchy part of the Layout pane of a Dashboard, you can now give a meaningful name to each item. This is a great feature to combine with the Show/Hide button. Here's an example (2019.1):
    Other improvements
  • Auto phone layout: Any Dashboard built with Tableau Desktop 2019.1 or later automatically starts with an automatically generated phone layout. Don't forget to remove it if you don't want it (2019.1).

That's it for Tableau Desktop. In the next section, we'll see what's new in Tableau Server.

Tableau Server

Ask Data is without a doubt one of the most important new features of the 2019 releases. However, the change that everyone will directly spot is the totally new browsing experience, with a new way to group published content and a fresh look.

New browsing experience (2019.2)

Tableau Server 2019.1 introduced Mixed Content. This new way of grouping content mixes data sources, Workbooks, flows, and sub-projects in the same view of a project. Say goodbye to different tabs for each content type. Now, you can see everything at the same time. For example, here's the view of a project, World Indicators, that contains a sub-project, Workbooks, and a data source:

New browsing experience (2019.2)

Tableau Server 2019.2 pushes this change further with a totally new look and feel when navigating on Tableau Server. The new Home page displays your recently used content, your favorites, and what other Tableau users are viewing. The top menu has also totally disappeared to leave room for a new left navigation pane. Don't be afraid – the options are still the same. Here's the new Home page:

New browsing experience (2019.2)

As you may have noticed, if you click on a data source, a strange and new tab will open. I said strange, but I should have used the word awesome. This is Ask Data.

Ask Data (2019.1)

Ask Data is the first view that opens when you click on a data source. It's a new tool to query any data sources using the English language. With this new feature, Tableau Server becomes more and more easy to use for everyone. But how does it work, exactly?

On the left, you'll find something similar to the Data pane in Tableau Desktop, and in the middle, a simple search bar with some suggestions. The following is an example of Ask Data when using the Sample – Superstore data source:

Ask Data (2019.1)

All you have to do is ask. Write something in the search bar and a new browser tab will automatically open with the result of what you asked for. For example, if you write sum of profit by state, Ask Data automatically creates a map with the sales in color:

Ask Data (2019.1)

Without any knowledge of how to use Tableau to create a visualization, Ask Data was able to convert some text into a visualization.

On the Data pane on the left, when you hover over a field, a nice tooltip gives you some quick insights about the number of values, their distribution, and even the formula (if it's a calculated field). But wait—there's more! If you click on the small arrow next to a field, you can use the Edit synonyms option. When you add a synonym to a field, you are able to use that synonym in your sentence to create the visualization.

On the top, you can see that the search bar has expanded and suggested that you can adjust the question or use the Clear All button to start over. Here are some examples of what you can add:

  • as a bar chart, changes the viz type to a bar (works with different Marks type)
  • by category, adds the category in the View
  • in December 2018 filters the order date
  • With effect from 2019.2, you can also use replace profit with sales, add sales, or remove profit , which do exactly what they say

Tip

Next to the visualization, you can also use the selector to change the Marks type.

If you are satisfied with the visualization but you want to quickly change a Measure or Dimension, you can click on different fields in the query box to open a menu that allows you to choose a different field and its aggregation. For example, if you click on sum of Profit, you can quickly change it to display the discount instead, as you can see in the following screenshot:

Ask Data (2019.1)

Note

The 2019.2 version of Tableau Server pushes Ask Data even further, allowing you to write simple calculations such as avg sales / avg profit, but you can also create multiple Sheets and save the workbook directly in a project.

Of course, Ask Data doesn't have the flexibility of Tableau Desktop, and you don't have much control over what the result will be. However, it can easily supply a feature users have long demanded: Can you just build a big table where I can search what I want?. With Ask Data, you don't need that anymore.

Next, we'll look at a nice evolution for the alerts.

New Alerts view (2019.2)

Alerts is an amazing feature that you can use to receive emails when your data satisfies a condition. With Tableau Server 2019.2, clicking on the Alerts button in the toolbar doesn't open the alert creation window anymore; instead, it opens a new pane on the right. Here's the Alerts view:

New Alerts view (2019.2)

Thanks to this new pane, you can create alerts using the Create button, but also view and subscribe to all the existing Alerts that have been set by other users. When you click on an Alert, you will see all of its details (condition, last triggered, owner, and so on).

With effect from Tableau 2019.1, every Dashboard has a phone layout by default. Its new features will help you preview it.

Device preview (2019.1)

With effect from Tableau 2019.1, you can preview the layouts on Tableau Server. Above the toolbar, a new button, Preview Device Layouts, is now available, as highlighted in the following screenshot:

Device preview (2019.1)

When you click on the button, Tableau opens preview mode, where you can select Laptop, Tablet, or Phone to see how your Dashboard renders on those different devices.

Let's finish this section with a few other improvements.

Other improvements

Here is a list of other new features available on Tableau Server:

  • New connections: You can connect to Google Big Query, Google Drive, Dropbox, and OneDrive from the web (2019.1)
  • Okta improvement: Tableau Server can integrate Okta identity management for users, groups, and roles even better (2019.1)
  • Site Start page: Tableau Server admins can set a start page for all users (2019.2)
  • Create Parameters: You can create Parameters in web editor mode (2019.2)
  • Custom view for Viewer: A Viewer role user can now create custom views (2019.2)
  • Secure Rserve and TabPy connections: You can host Rserve (2019.1) and TabPy (2019.2) servers remotely from Tableau Server and secure data in transit

Summary

We are in the middle of the year, and with only two new releases, Tableau has already considerably improved its products.

Your Tableau life is now easier than ever before. You can add buttons to show and hide containers, automatically replace a Worksheet in a Dashboard, customize the reference line tooltip, show the sorts control, name your Dashboard zone, control the URL action targets, and sort without having to think twice.

You can also do more than ever. With the new Parameter actions, you will be able to create new types of interactivity between data and users. With the awesome vector maps and new spatial calculations, working with maps has never felt so good.

Ask Data is also a breaking change of Tableau Server for those of you who are already building worksheets and dashboards with Tableau Desktop, but also to all the potential users within your company. They don't need to learn Tableau to build insights. They don't have to understand what a dimension is, nor a measure or how to filter. All they have to do is ask.

2019 is already a great year for Tableau users and the Tableau community. This first chapter, which described its new features, is now over. If you learned how to use Tableau with this book, I hope that this chapter has provided you with a greater desire to use Tableau. If you already know Tableau, I hope this chapter gives you a clear idea and the motivation to use the new versions that are available.. Also, I'm sure this book has more to teach you (and that's surely why you purchased it), so don't hesitate to continue reading: read the tips, try the tutorials, and learn more about Tableau Desktop, Tableau Server, and the Tableau community.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Discover the latest features of Tableau 2019.2
  • Create enterprise-grade dashboards and reports to communicate your insights effectively
  • Get started with Tableau by understanding its core functionalities

Description

Tableau is one of the leading data visualization tools and is regularly updated with new functionalities and features. The latest release, Tableau 2019.2, promises new and advanced features related to visual analytics, reporting, dashboarding, and a host of other data visualization aspects. Getting Started with Tableau 2019.2 will get you up to speed with these additional functionalities. The book starts by highlighting the new functionalities of Tableau 2019.2, providing concrete examples of how to use them. However, if you're new to Tableau, you won't have to worry as the book also covers the major aspects of Tableau with relevant examples. You'll learn how to connect to data, build a data source, visualize your data, build a dashboard, and even share data online. In the concluding chapters, you'll delve into advanced techniques such as creating a cross-database join and data blending. By the end of this book, you will be able to use Tableau effectively to create quick, cost-effective, and business-efficient Business Intelligence (BI) solutions.

Who is this book for?

Existing Tableau users and BI professionals who want to get up to speed with what's new in Tableau 2019 will find this beginner-level book to be a very useful resource. Some experience of Tableau is assumed, however, the book also features introductory concepts, which even beginners can take advantage of.

What you will learn

  • Discover new functionalities such as ‘Ask Data', the new way to interact with your data using natural language
  • Connect tables and make transformations such as pivoting the field and splitting columns
  • Build an efficient data source for analysis
  • Design insightful data visualization using different mark types and properties
  • Develop powerful dashboards and stories
  • Share your work and interact with Tableau Server
  • Use Tableau to explore your data and find new insights
  • Explore Tableau s advanced features and gear up for upcoming challenges

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jun 14, 2019
Length: 260 pages
Edition : 2nd
Language : English
ISBN-13 : 9781838553067
Vendor :
Tableau
Category :
Tools :

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

Publication date : Jun 14, 2019
Length: 260 pages
Edition : 2nd
Language : English
ISBN-13 : 9781838553067
Vendor :
Tableau
Category :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 94.97
Learning Tableau 2019
€32.99
Mastering Tableau 2019.1
€36.99
Getting Started with Tableau 2019.2
€24.99
Total 94.97 Stars icon

Table of Contents

15 Chapters
1. Catching Up with Tableau 2019 Chevron down icon Chevron up icon
2. The Tableau Core Chevron down icon Chevron up icon
3. Getting Started with Tableau Desktop Chevron down icon Chevron up icon
4. Connecting to Data and Simple Transformations Chevron down icon Chevron up icon
5. Building an Efficient Data Source Chevron down icon Chevron up icon
6. Design Insightful Visualizations Chevron down icon Chevron up icon
7. Powerful Dashboards, Stories, and Actions Chevron down icon Chevron up icon
8. Publishing and Interacting in Tableau Server Chevron down icon Chevron up icon
9. An Introduction to Calculations Chevron down icon Chevron up icon
10. Analytics and Parameters Chevron down icon Chevron up icon
11. Advanced Data Connections Chevron down icon Chevron up icon
12. Dealing with Security Chevron down icon Chevron up icon
13. How to Keep Growing Your Skills Chevron down icon Chevron up icon
A. Other Books You May Enjoy Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Full star icon 5
(2 Ratings)
5 star 100%
4 star 0%
3 star 0%
2 star 0%
1 star 0%
Maanas baijal Sep 27, 2019
Full star icon Full star icon Full star icon Full star icon Full star icon 5
A very good book with great examples and easy going methods, totally worth the money invested.
Amazon Verified review Amazon
Julie Kleedorfer Dec 23, 2019
Full star icon Full star icon Full star icon Full star icon Full star icon 5
After trying to figure out Tableau on my own. This book was great to figure things out!! Worth every penny!
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.