You can ______ your data to combine two or more tables by appending values (rows) from one table to another
Correct Answer:D
You can union your data to combine two or more tables by appending values (rows) from one table to another. To union your data in Tableau data source, the tables must come from the same connection.
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."
A union of these tables creates the following single table that contains all rows from all tables.
Reference: https://help.tableau.com/current/pro/desktop/en-us/union.htm
In which situation should you save a workbook as a PDF document?
Correct Answer:D
You should save a workbook as a PDF document if you need paper copies of the workbook. A PDF document preserves the layout and formatting of the workbook, and can be easily printed or shared. Saving a workbook as a PDF document is not necessary or useful in the other situations1
Which three statements accurately describe dimensions? Choose three.
Correct Answer:ABE
Three statements that accurately describe dimensions are: Contain qualitative values Affect the level of detail in the view Can be continuous or discrete Dimensions are fields that contain qualitative values, such as names, dates, or geographical data. You can use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view by creating headers or labels for marks or by defining how data is partitioned for table calculations. Dimensions can be continuous or discrete depending on their data type and format. Continuous dimensions are those that have an infinite range of possible values, such as numbers or ratios. Discrete dimensions are those that have a finite number of distinct values, such as names, categories, or dates3 The other options are not accurate statements about dimensions. Contain numeric, quantitative values is not correct, because fields that contain numeric, quantitative values are measures, not dimensions. Measures are fields that contain numeric values that you can measure and aggregate. Affect the formatting options in the view is not correct, because formatting options are not determined by dimensions, but rather by user preferences and choices. Formatting options allow you to change the appearance of various elements in the workbook, such as fonts, borders, shading, alignment, etc3
When exporting a worksheet as an image in Tableau, which of the following file formats are available?
Correct Answer:ABD
The following options are available when an image is Exported:
NOTE: When we Copy an image rather than exporting it, then the image is copied to the clipboard in the TIFF file format! However, it is not available when EXPORTING an image. Reference: https://help.tableau.com/current/pro/desktop/en-us/save_export_image.htm
Which of the following 2 columns CANNOT be deleted in Tableau?
Correct Answer:AC
Measure names and values CANNOT be deleted in Tableau like other columns can. These are auto-generated.
Calculated Fields, and Number of records can both be deleted.
Which action describes the process for changing a measure so that it automatically aggregates an average instead of a sum?
Correct Answer:A
To change a measure so that it automatically aggregates as an average instead of a sum, you should right-click the field in the Data pane and select Default Properties. In the Default Properties menu, you can set the default aggregation for the measure, such as setting it to calculate an average by default when added to a view.