ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 37 - TDA-C01 discussion

Report
Export

You have the following dataset.

You plan to create a dashboard that will be filtered to show only data that is relevant to a specific Tableau user based on the Tableau_User_Name field You need to create a boolean calculated field to place on the data source finer Which formula should you use for the filter?

A.
NAMEUSERNAME()
Answers
A.
NAMEUSERNAME()
B.
ISFULLNAMETableu_USER_NAME))=USERNAME()
Answers
B.
ISFULLNAMETableu_USER_NAME))=USERNAME()
C.
NAME Tableau-USER-NAME)
Answers
C.
NAME Tableau-USER-NAME)
D.
USERNAME()=(Tableau_USER_NAME)
Answers
D.
USERNAME()=(Tableau_USER_NAME)
Suggested answer: D

Explanation:

To create a boolean calculated field to place on the data source filter, you should use the formula USERNAME() = [Tableau_user]. This formula will return TRUE if the current Tableau user name matches the value in the Tableau_user field, and FALSE otherwise. You can use this formula as a data source filter by dragging it to the Filters shelf and selecting TRUE from the menu. This will filter the data to show only the rows that are relevant to the specific Tableau user.

The other options are not correct for this scenario. NAME([Tableau_user]) is not a valid function in Tableau. ISFULLNAME([Tableau_user]) = USERNAME() is not a valid expression in Tableau. 'S' + STR([Sales]/1000) is not a boolean expression, but a string expression that converts sales to thousands with a prefix of ''S''.

Reference: https://help.tableau.com/current/pro/desktop/en-us/filtering_datasource.htm https://help.tableau.com/current/pro/desktop/en-us/functions_functions_logical.htm#USERNAME https://help.tableau.com/current/pro/desktop/en-us/calculations_calculatedfields.htm

asked 23/09/2024
Jorrit Meijer
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first