Thursday, October 2, 2025

Joins in Tableau

Business analysis sometimes requires data from multiple tables or multiple data sources. To combine the data horizontally, we need to create joins between the tables or data sources.  It creates a single, unified dataset based on the common field.

In Tableau, we can use four types of joins-

  1. Inner Join
  2. Left Join
  3. Right Join
  4. Outer Join

A Join clubs two or more tables into one large table. These tables create relationships based on a primary key and a foreign key.