Tableau Joining Tables and Blending Data

For the most current information, see Working with Multiple Connections in the Tableau Desktop Help.
When trying to determine whether joining data tables or blending the data, consider the following: where the data is coming from, the number of data connections, and the number of records you have in the data. This article provides guidelines and examples for when to join tables and when to use data blending.

General Guidelines

If a workbook uses data from more than one data source, you can either blend data or invest in a federated database system. For more information, refer the Federated Database Systems page on the Wikipedia website.
If a workbook uses two data connections from the same data source, joining the data tables can improve performance and filtering control. If you are adding data to an existing data source or a table in the same data connection, using a join is better.
However, within these guidelines, sometimes joining data tables may not work as well as blending data. Common situations that may perform better with data blending include the following:
  • The data source contains too many records for a join to be practical.
  • You want to display a summary and details at the same time.
Note: If one of the data sources you want to use for data blending is a cube, it must be the primary data source to be valid.
The remaining sections of this article expand on these general guidelines, providing links to examples and additional information.

Adding Data to an Existing Data Source

If you want to add details such as returns of ordered merchandise, you can include this information without modifying the original data. For example, you can join to the original data source a table that identifies the orders that were returned. For more information, see Joining Tables in the Tableau Desktop Help. For an example, see the Joining Excel Worksheetsarticle.

Using Two Data Connections to the Same Data Source

If you have more than one table from the same data source, you may find it faster to create the join in Tableau than in the source. If the join does not provide the expected results, see the other options described in this article.

Using a data source with too many records for a query

If you have multiple data connections that are large and take a long time to query, using a join can increase query time dramatically. A better approach is to aggregate the tables, and then blend the data on the aggregate. For example, you can aggregate data on the year rather than the date, or on the product type instead of the product name. For an example, see the Data Blending with Summarized Data article.

Using Multiple Data Types for One Worksheet

Tableau assumes that fields with same name and data type match, and it automatically creates a data relationship between them. Use the Relationships dialog box to connect the two data sources.
Note: You can manually create custom relationships between fields that have different names. For more information, seeDefining Relationships in the Tableau Desktop Help. For an example, see the Combining Multiple Data Sources into One View article.

Showing summary and details together

If you want to see both the summary of a calculation and the breakdown on same view, select the data source from the Data menu, and then select Duplicate. This will get you started to blending the data to communicate between two data connections. For more information, see the Showing Summary and Detail Together article.