List of questions
Related questions
Question 48 - TDA-C01 discussion
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
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
D.
Case STFMEPick Measure]) WHEN 'Sales' then ([Sales]) WHEN 'Profit' then ([Profit]) e::i
Your answer:
0 comments
Sorted by
Leave a comment first