-
Book Overview & Buying
-
Table Of Contents
Tableau Cookbook for Experienced Professionals
By :
Data models can be very simple (a single table) or more complex (dozens of tables). For this recipe, we will start with a simple data model relating two different tables together to better understand the data source page and how to create relationships and what they are.
There are two main ways to create a data model:
In this recipe, we will use the first option, but you can follow along using the web interface if you prefer. To create a workbook and connect to new data from the Tableau Cloud or Tableau Server web interface, check the first two steps in this guide if you don’t know how to do it: https://help.tableau.com/current/pro/desktop/en-us/getstarted_web_authoring.htm.
You can download the tables we will be using for this recipe in the GitHub repository shared in the Technical requirements...