Course Content
Tableau Fundamentals
Tableau Fundamentals
1. Introduction to Tableau
2. Tools in Tableau
Dimensions and MeasuresChallenge: Comparing Sales and Profit by StateContinuous and Discrete FieldsChallenge: Identifying the Month with Lowest SalesDimension Filters Measure FiltersChallenge: Finding the Most Profitable Customer in ArtCalculated FieldsChallenge: Comparing California and New York to Other StatesInteractive Dashboards with ParametersChallenge: Finding the Sub-Category with the Most SalesWorking with Sets Challenge: Analyzing Bookcase Profit ConcentrationSets Applications
3. Visual Insights
Visualizing Data with HeatmapsChallenge: Identifying Top-Selling Sub-Category by RegionScatter PlotsChallenge: Determining the Highest Sales and Profit by StateTreemapsChallenge: Analyzing the Least Profitable Sub-Category with TreemapsCombination ChartsChallenge: Comparing Sales and Profit Trends for PhonesSparklines
4. Gaining More Insights
Field Operations and Joins
In Tableau, combining data from different tables is a common operation when working with datasets. This process is achieved using joins, which combine rows from two tables by matching them based on a shared field, called a key.
In this video, we’ll focus on Left Join. A Left Join includes all rows from the left table, along with matching rows from the right table. If there are no matching rows in the right table, Tableau displays blanks (NULL
). This approach ensures that no data is lost from the primary (left) table during the merging process.
Other Join Types
- Inner Join: includes only rows where the key field values match in both tables. Rows without matches are excluded from the result;
- Right Join: includes all rows from the right table, along with matching rows from the left table. For rows with no match in the left table, Tableau displays blanks (
NULL
); - Full Outer Join: includes all rows from both tables. When a match exists, Tableau combines the rows. If no match exists, blanks (
NULL
) fill in for the missing values from the other table.
The illustration below clarifies the joins (A and B represent specific tables, and the blue color highlights the result):
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 4