TDA-C01 Exam QuestionsBrowse all questions from this exam

TDA-C01 Exam - Question 42


You create a parameter named Choose Region that contains values from a field named Region.

You want users to be able to use the Choose Region parameter to interact with a chart by toggling between different regions.

What should you do next?

Show Answer
Correct Answer: B

To enable users to toggle between different regions using the Choose Region parameter, you need to create an interaction between the parameter and the data. To do this, you add a formula that equates the Region field to the Choose Region parameter on the Filters card. This allows filtering based on the parameter's value. Therefore, the correct action is to add the [Region] = [Choose Region] formula to the Filters card.

Discussion

9 comments
Sign in to comment
88c0ad8
Nov 13, 2024

No, answer C is wrong. Of course, you can add Region to filters card but the question was about the parameter Choose Region and how to use it as a filter to interact with a chart. If we just add Region to filters card it has nothing to do with parameter and we can use this filter without parameter at all. That is why answer C is not the case. So we already have a parameter. Next we need to create a calculated field with formula [Region] = [Choose Region]. After that we put calculated field to filters card and set it to True. After we click show parameter and use it as a filter. This is how it works. So the right answer is B.

asiat2301
Nov 24, 2024

I think B is the correct answer because we created a parameter name choose regio. So we need to add it into a filter card

PdelOption: C
May 30, 2024

https://kb.tableau.com/articles/howto/filtering-data-with-a-parameter?lang=fr-fr

iccent2
Nov 22, 2024

I think the selected answer, B is correct

iccent2
Nov 22, 2024

No, B is wrong

JUT_TC
Mar 19, 2024

c-Add region to the filters card

MH0524
Dec 6, 2024

I did the various examples and B is the correct answer. You can either create create a calculated field or you can add the same code in the condition tab of the Filter to tie the filtering to the parameter. Hence, the answer is B.

RRR2504Option: B
Jan 28, 2025

Question is clearly mentioned "Parameter" SO we use the calculation filed. B Is correct

roryor11Option: B
Feb 7, 2025

B is correct. You must add a filter to trigger the parameter in your sheet.

d98a23fOption: B
May 4, 2025

U need to set a referenced calculated field to the parameter and then bring the calculated field to the fiter zone. Afterwards you need to set to True the calculated filter then you're done.so the answer is B