A join in Tableau (and relational databases) is a method to combine columns from different tables based on shared values in a common field. This process allows related data from multiple tables to be viewed together in a single dataset, depending on the type of join (inner, left, right, or outer). Joins do not append rows or work across multiple workbooks; they link data horizontally by adding columns based on matching values.