0
0
Tableaubi_tool~5 mins

Joining tables in Tableau - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a join in Tableau?
A join in Tableau combines rows from two or more tables based on a related column between them, allowing you to analyze combined data in one view.
Click to reveal answer
beginner
Name the four main types of joins in Tableau.
Inner Join, Left Join, Right Join, and Full Outer Join.
Click to reveal answer
beginner
What does an Inner Join do?
An Inner Join returns only the rows where there is a match in both tables based on the join key.
Click to reveal answer
intermediate
Explain the difference between Left Join and Right Join.
A Left Join returns all rows from the left table and matching rows from the right table. A Right Join returns all rows from the right table and matching rows from the left table.
Click to reveal answer
intermediate
What is a Full Outer Join in Tableau?
A Full Outer Join returns all rows from both tables. When there is no match, the result will have NULLs for missing values from either table.
Click to reveal answer
Which join type returns only matching rows from both tables?
AInner Join
BLeft Join
CRight Join
DFull Outer Join
If you want all rows from the left table and matching rows from the right, which join do you use?
ARight Join
BFull Outer Join
CLeft Join
DInner Join
What happens to rows with no match in a Full Outer Join?
AThey are excluded
BThey appear duplicated
CThey cause an error
DThey appear with NULLs in missing columns
In Tableau, where do you define the join between tables?
AIn the Worksheet
BIn the Data Source tab
CIn the Dashboard
DIn the Story
Which join type would you use to keep all data from both tables regardless of matches?
AFull Outer Join
BLeft Join
CRight Join
DInner Join
Describe the four main types of joins in Tableau and when you might use each.
Think about which table's data you want to keep fully and how unmatched rows are handled.
You got /4 concepts.
    Explain how you would join two tables in Tableau and what you should check to ensure the join works correctly.
    Focus on the steps in Tableau interface and the importance of matching columns.
    You got /5 concepts.