True or False: To concatenate fields, they must be of same data type

True or False: To concatenate fields, they must be of same data typeA . TrueB . FalseView AnswerAnswer: A Explanation: Yes! To concatenate fields, they must be of same data type. However, there is a workaround which we can use - Type casting. See below: Here, State and City are...

March 13, 2024 No Comments READ MORE +

https://drive.google.com/file/d/12AYHfiPWkwBmvH0zbumOURgUX6Az00Rw/view?

Download the Dataset from: https://drive.google.com/file/d/12AYHfiPWkwBmvH0zbumOURgUX6Az00Rw/view?usp=sharing Using the Time Series Table, create a line chart to show Sales over time. Which Month and Year witnessed the lowest Sales?A . September 2017B . March 2018C . December 2017D . January 2018View AnswerAnswer: D Explanation: Follow the steps to get the correct answer:...

March 13, 2024 No Comments READ MORE +

What does it imply if a field has a blue background?

What does it imply if a field has a blue background?A . It is continuousB . It is discreteC . It is a dimensionD . It is a measureView AnswerAnswer: B Explanation: When you connect to a new data source, Tableau assigns each field in the data source as dimension...

March 13, 2024 No Comments READ MORE +

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...

March 13, 2024 No Comments READ MORE +

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...

March 13, 2024 No Comments READ MORE +

For a ____________ sort, no matter how the data changes, the values will always stay in the sort order we kept stuff in.

For a ____________ sort, no matter how the data changes, the values will always stay in the sort order we kept stuff in.A . RandomB . ManualC . TopologicalD . HierarchicalView AnswerAnswer: B Explanation: For a manual sort, no matter how the data changes, the values will always stay in...

March 13, 2024 No Comments READ MORE +

For Bullet Graphs we need at least ____________ measures

For Bullet Graphs we need at least ____________ measuresA . 3B . 1C . 2D . 4View AnswerAnswer: C Explanation: A bullet graph is a variation of a bar graph developed to replace dashboard gauges and meters. A bullet graph is useful for comparing the performance of a primary measure...

March 13, 2024 No Comments READ MORE +

What is the following icon in the Data pane used to do?

What is the following icon in the Data pane used to do? Larger image A . View Data B. Clean Data C. Extract Data D. Sort DataView AnswerAnswer: A Explanation: View Data allows you to inspect your data in a spreadsheet-like layout. You can view data either for the data...

September 24, 2022 No Comments READ MORE +

What was the Profit for the Herbal Tea product type in 2013?

Using the CoffeeChain table, create a Dual Axis chart showing the Sales (Bar chart) and Profit (Line Chart) for each Product type. What was the Profit for the Herbal Tea product type in 2013?A . 68,620 B. 74,683 C. 37,455 D. 46,493View AnswerAnswer: C Explanation: If you answered this question...

September 23, 2022 No Comments READ MORE +

Which of the following are valid reasons to use a Tableau Data Extract (.tde) over Live Connections?

Which of the following are valid reasons to use a Tableau Data Extract (.tde) over Live Connections?A . To support additional functionality such as count distinct B. Fast to create C. Help improve performance D. To have access to the freshest possible data at all timesView AnswerAnswer: A,B,C Explanation: From...

September 23, 2022 No Comments READ MORE +