0
0
Tableaubi_tool~20 mins

Filter actions in Tableau - Practice Problems & Coding Challenges

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

Which of the following best describes what a filter action does in Tableau dashboards?

AIt changes the data source connection to a different database.
BIt exports the dashboard data to an Excel file.
CIt allows users to click on a mark in one view to filter data in another view.
DIt automatically refreshes the dashboard every minute.
Attempts:
2 left
💡 Hint

Think about how clicking on one chart can affect another chart in a dashboard.

dax_lod_result
intermediate
1:30remaining
Filter Action Effect on Dashboard Views

In a Tableau dashboard, you have two views: Sales by Region and Sales by Product. You set a filter action on the Sales by Region view to filter the Sales by Product view. If you click on the 'West' region in Sales by Region, what will the Sales by Product view show?

ASales data only for the 'West' region across all products.
BSales data for all regions and all products.
CSales data for the 'West' region and only the top-selling product.
DSales data for all regions but only for products sold in the 'West' region.
Attempts:
2 left
💡 Hint

Filter actions limit the data in the target view based on the selection in the source view.

visualization
advanced
2:00remaining
Choosing the Right Filter Action Behavior

You want a filter action in Tableau that filters another view only when a user selects a mark, but clears the filter when the user clicks outside the marks (deselects). Which filter action setting should you use?

ARun action on Select and Show All Values When Clearing the Selection.
BRun action on Menu and Keep Filtered Values.
CRun action on Hover and Keep Filtered Values.
DRun action on Select and Keep Filtered Values.
Attempts:
2 left
💡 Hint

Think about how the filter behaves when the selection is cleared.

🔧 Formula Fix
advanced
2:00remaining
Troubleshooting a Filter Action Not Working

You created a filter action in Tableau to filter a target worksheet based on a source worksheet selection. However, when you click a mark in the source, the target view does not update. Which of the following is the most likely cause?

AThe data source is set to live connection instead of extract.
BThe dashboard is not published to Tableau Server.
CThe filter action is set to run on Hover instead of Select.
DThe source and target worksheets do not share any common fields used in the filter action.
Attempts:
2 left
💡 Hint

Filter actions require a common field to filter between views.

🎯 Scenario
expert
3:00remaining
Designing a Complex Filter Action Scenario

You have a dashboard with three views: Customers, Orders, and Products. You want to set up filter actions so that selecting a customer filters Orders to show only that customer's orders, and selecting an order filters Products to show only products in that order. Which sequence of filter actions should you configure?

AFilter action from Products to Orders, and filter action from Orders to Customers.
BFilter action from Customers to Orders, and filter action from Orders to Products.
CFilter action from Orders to Customers, and filter action from Products to Orders.
DFilter action from Customers to Products, and filter action from Products to Orders.
Attempts:
2 left
💡 Hint

Think about the natural flow of filtering from customer to order, then order to product.