Which of the following are FALSE about Joins?
Which of the following are FALSE about Joins?A . Joins can be defined at the time of query dynamically B. May drop unmatched measure values C. They are displayed with Venn diagram icons between physical tables D. Joined tables are never merged into a single table. E. They are a...
When exporting a worksheet as an image in Tableau, which of the following file formats are available?
When exporting a worksheet as an image in Tableau, which of the following file formats are available?A . Portable Network Graphic (.PNG) B. JPEG Image (.JPG, .JPEG) C. Tagged Image File Format (TIFF) D. Windows Bitmap (.BMP)View AnswerAnswer: A,B,D Explanation: The following options are available when an image is Exported:...
Yes or No: The number of marks will increase when you increase the number of Dimensions in a view
Yes or No: The number of marks will increase when you increase the number of Dimensions in a viewA . No B. YesView AnswerAnswer: B Explanation: Of course! As an example, see below: 1) Using the Sample Superstore data, let's plot a bar chart showing the Sales for each Category:...
Which feature helps us fix this issue?
When you connect to a new data source, all worksheets that previously referred to the original data source now refer to the new data source. If the new data source does not have the same field names as the original workbook, the fields are marked with an exclamation point ....
True or False: Trend lines can only be used with numeric or date fields
True or False: Trend lines can only be used with numeric or date fieldsA . True B. FalseView AnswerAnswer: A Explanation: You can show trend lines in a visualization to highlight trends in your data. To add trend lines to a view, both axes must contain a field that can...
Is SUM a table calculation?
Is SUM a table calculation?A . Yes B. NoView AnswerAnswer: B Explanation: SUM is an aggregate function, not a table calculation! A table calculation is a transformation you apply to the values in a visualization. Table calculations are a special type of calculated field that computes on the local data...
Which one of the following is a dimension?
Which one of the following is a dimension?A . Longitude B. Measure Names C. Number of records D. LatitudeView AnswerAnswer: B Explanation: Measure Names is a dimension. Latitude, Longitude, and Number of records are all measures. Reference: https://help.tableau.com/current/pro/desktop/en-us/datafields_understanddatawindow.htm
True or False: Physical tables remain distinct (normalized), not merged in the data source whereas logical tables are merged into a single, flat table.
True or False: Physical tables remain distinct (normalized), not merged in the data source whereas logical tables are merged into a single, flat table.A . True B. FalseView AnswerAnswer: B Explanation: In fact, the opposite of this is true. Trick: Whenever you think of joins -> Think that after the...
Which of the following are valid ways to show Mark Labels in the visualisation?
Which of the following are valid ways to show Mark Labels in the visualisation?A . Click on the Show mark labels icon in the Toolbar B. Drag the measure to the Text label in the Marks Card C. Click on Data in the Menu bar and Choose Show Mark Labels...
Which of the following are interactive elements that can be added to a dashboard for users?
Which of the following are interactive elements that can be added to a dashboard for users?A . URL Action B. Filter Action C. Highlight Action D. Edit Tooltip ActionView AnswerAnswer: A,B,C Explanation: We can perform filter, URL and highlight actions out of the above given choices on a dashboard. Please...