Book Image

Getting Started with Tableau 2018.x

By : Tristan Guillevin
Book Image

Getting Started with Tableau 2018.x

By: Tristan Guillevin

Overview of this book

Tableau is one of the leading business intelligence tools used worldwide, in organizations of every scale. In its latest release, Tableau 2018 promises richer and more useful features related to visual analytics, reporting, dashboarding, and a host of other data visualization aspects. Getting Started with Tableau 2018.x will get you up and running with these features. The book starts with all the new functionalities of the different Tableau 2018 versions, along with concrete examples of how to use them. However, if you're new to Tableau, don't worry! The rest of the book will guide you through each major aspect of Tableau with examples. You'll learn how to connect to data, build a data source, visualize your data, build a dashboard, and share it online. In the final chapters, you'll also learn advanced techniques such as creating a cross-database join, data blending, and more. By the end of the book, you will have a firm understanding of how to effectively use Tableau to create quick, cost-effective, and business-efficient business intelligence solutions.
Table of Contents (21 chapters)
Title Page
Copyright and Credits
Packt Upsell
Contributors
Preface
Free Chapter
1
Catching Up with Tableau 2018
Index

Dimension and Measure


When you create a data source, the fields are split between Dimensions and Measures. The Measure is what you want to analyze, and the Dimension is the angle of analysis.

By default, numbers are Measures, and the other data types (Text, Date, Geographical Role) are Dimensions, but that's not always the case. Any data type can be either a Dimension or a Measure.

A Dimension contains qualitative information. It always splits the Marks and is never aggregated. 

A Measure is, by default, aggregated, contains quantitative information, and is almost always numeric.

Note

You can easily see whether a field is aggregated or not by looking at its corresponding pill when you use it in a shelf. If it is aggregated, the name of the field is in brackets, with the name of the aggregation at the beginning (for example, SUM(Profit)).

As you can see, it's hard to give an exact rule to discern Measure and Dimension. It's more a concept to understand and a useful way to arrange the fields. Yes...