Dataflows

Unite tables

The category Unite tables in the dataflow step selection holds the steps that combine your table with another one: add columns from another table with a join, or append rows with a union. To learn how to create a dataflow and add steps in general, see the first steps with dataflows.

Join

With this step you add columns from another table to the table, provided that they have at least one overlapping column. In the [Join data source] field (1) pick the table to add and in the [Join type] field (2) choose the matching join type. Under [Join columns] (3) you define which columns the two tables are linked by. Optionally you can use [Select columns from joined data source] (4) to pick individual columns of the added table.

Join

Different join types are available for different use cases.

Inner join

The result of an inner join contains exactly those rows that have a counterpart in both tables. If there are rows in the left or right table that have no equivalent in the other table, these rows will be lost.

Inner join

Full join

No rows are lost during the full join. If there are rows without a counterpart in the left or right table, these rows will be empty in the result.

Full join

Left join

When using the left join, the rows of the left table remain completely intact. The rows of the right table only find their way into the result if they have a counterpart on the left.

Left join

Right join

When using the right join, the rows of the right table remain completely intact. The rows of the left table only find their way into the result if they have a counterpart on the right side.

Right join

Note

Not only can you connect data sources in this way, but you can also connect other dataflows in this way, of course.

Union

With this step you append rows from another table to the table, provided that it has the same number of columns with the same column name and data type. In the [Other list] field (1) pick the table to append.

Unlike the join step, the data is attached rather than linked. All columns of the table to be attached, where the name and the data type match, will be appended to the corresponding column of the original table. If there is no match of the column name or the data type does not match, the column will be ignored. In case the column names or data types do not match, you need to rename or reformat them first to make them match.

Union

We are learning from you!

Did you find this article helpful?

Be enlightened!

Do you need more support?

Peakboard Youtube icon Visit our YouTube channel

Our numerous videos for beginners and advanced users explain exactly how to design your dashboard.

Peakboard Templates icon Visit the Peakboard Templates

Download our templates for various use cases for free.

Peakboard icon Visit www.peakboard.com

Find out all about Peakboard and browse our different use cases and success stories.