Recall & Review
beginner
What is a parameter in Tableau?
A parameter is a dynamic value that users can change to control aspects of a visualization, like filtering or calculations.
Click to reveal answer
beginner
How does a 'Top N' parameter help in Tableau dashboards?
It lets users choose how many top items (like top 5 or top 10) to display dynamically without changing the dashboard design.
Click to reveal answer
intermediate
What type of parameter should you create to control 'Top N' in Tableau?
Create an integer parameter with a range (e.g., 1 to 20) so users can select how many top items to show.
Click to reveal answer
intermediate
How do you use a parameter to filter the top N items in Tableau?
Create a calculated field that ranks items and then filter where the rank is less than or equal to the parameter value.
Click to reveal answer
beginner
Why is using a parameter for top N better than a fixed filter?
Because it allows users to change the number of items shown on the fly, making the dashboard more interactive and flexible.
Click to reveal answer
What data type should a 'Top N' parameter usually have in Tableau?
✗ Incorrect
The 'Top N' parameter controls a number, so it should be an integer.
Which Tableau feature lets users change the 'Top N' value dynamically?
✗ Incorrect
Parameter control allows users to pick the number of top items to display.
What calculation is commonly used with a 'Top N' parameter to filter data?
✗ Incorrect
RANK() assigns ranks to items, which helps filter the top N.
If you want to show the top 10 products by sales, what should the filter condition be?
✗ Incorrect
Filtering where rank is less than or equal to the parameter shows the top N products.
What happens if you set the 'Top N' parameter to 5?
✗ Incorrect
Setting the parameter to 5 limits the view to the top 5 items.
Explain how to create and use a parameter to control the top N items in a Tableau dashboard.
Think about how users can pick a number and how Tableau uses that number to filter.
You got /4 concepts.
Describe why using a parameter for top N control improves dashboard interactivity.
Consider how users interact with dashboards and why flexibility matters.
You got /4 concepts.