______________ is a method for appending values (rows) to tables. You can use this method if both tables have the same columns. The result is a virtual table that has the same columns but extends vertically by adding rows of data.
Unioning is the correct answer!
From the official documentation:
For example, suppose you have the following customer purchase information stored in three tables, separated by month. The table names are 'May2016' , 'June2016' and 'July2016.'
https://help.tableau.com/current/pro/desktop/en-us/union.htm
Currently there are no comments in this discussion, be the first to comment!