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

6 comments
Sign in to comment
PdelOption: C
Nov 30, 2023

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

asiat2301Option: B
May 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

JUT_TCOption: C
Sep 19, 2023

c-Add region to the filters card

88c0ad8Option: B
May 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.

iccent2Option: B
May 21, 2024

I think the selected answer, B is correct

iccent2
May 21, 2024

No, B is wrong

MH0524Option: B
Jun 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.