0
0
Tableaubi_tool~20 mins

Sets for dynamic grouping in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Dynamic Sets Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
1:30remaining
Understanding Dynamic Sets in Tableau

Which statement best describes a dynamic set in Tableau?

AA set created manually that never changes unless edited by the user.
BA set that is created using calculated fields but does not respond to filters.
CA set that only includes data from a fixed date range.
DA set that updates automatically based on data changes or user interaction.
Attempts:
2 left
💡 Hint

Think about how sets can respond to filters or data updates.

dax_lod_result
intermediate
1:30remaining
Result of a Dynamic Set Expression

Given a Tableau dynamic set defined to include customers with sales over $10,000, what will happen if a filter reduces sales data to only $8,000 per customer?

AThe set will update to exclude all customers because none meet the $10,000 threshold in the filtered data.
BThe set will keep the original customers regardless of the filter.
CThe set will show an error because the threshold is not met.
DThe set will include all customers since the filter lowers sales.
Attempts:
2 left
💡 Hint

Remember that dynamic sets respond to filters and data changes.

visualization
advanced
2:00remaining
Best Visualization for Dynamic Grouping by Sets

You want to show sales performance grouped dynamically by a set of top 10 products that changes based on user selection. Which visualization type is best suited for this?

AA pie chart showing sales distribution for all products regardless of the set.
BA bar chart with the dynamic set applied as a filter to show only top 10 products.
CA scatter plot showing all products without filtering by the set.
DA line chart showing sales over time without grouping by the set.
Attempts:
2 left
💡 Hint

Consider which chart clearly shows grouped categories and updates dynamically.

data_modeling
advanced
2:00remaining
Creating a Dynamic Set for Customer Segmentation

Which approach correctly creates a dynamic set in Tableau to segment customers who made purchases in the last 30 days?

ACreate a set based on a calculated field that checks if the purchase date is within the last 30 days, so the set updates as time passes.
BManually select customers in the data pane and save as a fixed set.
CCreate a group of customers and apply a static filter for the last 30 days.
DUse a parameter to select customers but do not link it to purchase dates.
Attempts:
2 left
💡 Hint

Think about how to make the set update automatically with time.

🔧 Formula Fix
expert
2:30remaining
Debugging a Dynamic Set Not Updating

A dynamic set in Tableau is supposed to update based on a sales threshold but remains static after applying filters. What is the most likely cause?

AThe workbook is in read-only mode preventing updates.
BThe data source connection is broken, causing the set to freeze.
CThe set was created as a fixed set, not dynamic, so it does not respond to filters.
DThe filters are applied after the set calculation, so the set ignores them.
Attempts:
2 left
💡 Hint

Consider how sets respond to filters and how they are created.