ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 48 - TDA-C01 discussion

Report
Export

You create the following worksheet

The Pick Measure parameter contains the following list of values

Users can select a value from Pick Measure to change the visualization to show either the Sales measure or the Profit measure.

Which formula is used in the Selected Measure calculated field lo switch between measures?

A.
Case [Pick Measure] WHEN 1 then ([Sales]) WHEN 2 then ([Profit]) END
Answers
A.
Case [Pick Measure] WHEN 1 then ([Sales]) WHEN 2 then ([Profit]) END
B.
Case AVG([Pick Measure]) WHEN [Sales] then 1 WHEN [Profit] then 2 END
Answers
B.
Case AVG([Pick Measure]) WHEN [Sales] then 1 WHEN [Profit] then 2 END
C.
Case [Pick Measure: WHEN [Sales] then 1 WHEN [Profit] then 2 END
Answers
C.
Case [Pick Measure: WHEN [Sales] then 1 WHEN [Profit] then 2 END
D.
Case STFMEPick Measure]) WHEN 'Sales' then ([Sales]) WHEN 'Profit' then ([Profit]) e::i
Answers
D.
Case STFMEPick Measure]) WHEN 'Sales' then ([Sales]) WHEN 'Profit' then ([Profit]) e::i
Suggested answer: A

Explanation:

https://help.tableau.com/current/pro/desktop/en-us/parameters_swap.htm

asked 23/09/2024
James Davis
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first