True or False: Bins can be created on dimensions
True or False: Bins can be created on dimensionsA . FalseB . TrueView AnswerAnswer: B Explanation: Bin are a user-defined grouping of numerical data in the data source. According to the official Tableau documentation: It's sometimes useful to convert a continuous measure (or a numeric dimension) into bins. Have a...
The calculation [Ship Date] - [Order Date] will return _______________
The calculation [Ship Date] - [Order Date] will return _______________A . Number of orders placed in that durationB . Number of days between these datesC . Number of unique orders placed between these datesD . Number of orders shipped between these datesView AnswerAnswer: B Explanation: As the names suggest, if...
You can use the __________________ in Tableau to clean / organise your data.
You can use the __________________ in Tableau to clean / organise your data.A . Data cleanerB . Data managerC . Data interpreterD . Data organiserView AnswerAnswer: C Explanation: When you track data in Excel spreadsheets, you create them with the human interface in mind. To make your spreadsheets easy to...
You can _______________ your data to combine two or more tables by appending values (rows)
You can _______________ your data to combine two or more tables by appending values (rows) from one table to anotherA . joinB . blendC . concatenateD . unionView AnswerAnswer: D Explanation: You can union your data to combine two or more tables by appending values (rows) from one table to...
Which Sub-Category had the least Profit in the Office Supplies category?
Which Sub-Category had the least Profit in the Office Supplies category?A . FastenersB . LabelsC . EnvelopesD . BindersView AnswerAnswer: A Explanation: To reach the correct answer, follow the steps below: 1) Drag Category, and sub-category to the row shelf. Drag Profit to the Column shelf 2) Click the Sort-ascending...
Which of the following are benefits of using Data Extracts in Tableau?
Which of the following are benefits of using Data Extracts in Tableau?A . Improved PerformanceB . Ability to use the data offlineC . Working with freshest data at all timesD . Faster to work withView AnswerAnswer: A, B, D Explanation: Extracts are advantageous for several reasons: 1) Supports large data...
What percent of the total sales does this group contribute?
Using the CoffeeChain table, create a crosstab showing the Total Expenses per State and add Column Grand Totals to the view. Now group the states of New York, California and Washington. What percent of the total sales does this group contribute?A . 25.79%B . 23.39%C . 27.73%D . 29.49%View AnswerAnswer:...
Which of the following charts types always includes bars sorted in descending order?
Which of the following charts types always includes bars sorted in descending order?A . Pareto ChartB . Pie ChartC . Gantt ChartD . Stacked Bar ChartView AnswerAnswer: A Explanation: A Pareto chart is a type of chart that contains both bars and a line graph, where individual values are represented...
True or False: It is possible to add a field to more than one hierarchy
True or False: It is possible to add a field to more than one hierarchyA . TrueB . FalseView AnswerAnswer: A Explanation: Yes! It is possible to duplicate a field and add it to more than one hierarchy. Right click and choose duplicate. Reference: https://www.tableau.com/about/blog/2016/8/take-note-these-10-handy-tableau-shortcuts-57561
True or False: All rows from both tables are returned in an INNER JOIN
True or False: All rows from both tables are returned in an INNER JOINA . TrueB . FalseView AnswerAnswer: B Explanation: The INNER JOIN keyword selects all rows from both tables as long as there is a match between the columns. Consider 2 tables "Orders" and "Customers". If there are...