Search icon CANCEL
Subscription
0
Cart icon
Cart
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
Arrow up icon
GO TO TOP
Getting Started with Tableau 2019.2 - Second Edition

You're reading from  Getting Started with Tableau 2019.2 - Second Edition

Product type Book
Published in Jun 2019
Publisher Packt
ISBN-13 9781838553067
Pages 260 pages
Edition 2nd Edition
Languages
Author (1):
Tristan Guillevin Tristan Guillevin
Profile icon Tristan Guillevin
Toc

Table of Contents (16) Chapters close

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

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:

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.

You have been reading a chapter from
Getting Started with Tableau 2019.2 - Second Edition
Published in: Jun 2019 Publisher: Packt ISBN-13: 9781838553067
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 ₹800/month. Cancel anytime