Bird
Raised Fist0
Tableaubi_tool~20 mins

Filter actions in Tableau - Practice Problems & Coding Challenges

Choose your learning style10 modes available

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
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.

Practice

(1/5)
1. What is the main purpose of a Filter Action in Tableau dashboards?
easy
A. To make dashboards interactive by linking charts through clicks or hovers
B. To change the color scheme of the dashboard
C. To export data from Tableau to Excel
D. To create calculated fields automatically

Solution

  1. Step 1: Understand what filter actions do

    Filter actions allow users to click or hover on one chart to filter data in another chart, making dashboards interactive.
  2. Step 2: Eliminate unrelated options

    Changing colors, exporting data, or creating calculated fields are not related to filter actions.
  3. Final Answer:

    To make dashboards interactive by linking charts through clicks or hovers -> Option A
  4. Quick Check:

    Filter actions = interactive linking [OK]
Hint: Filter actions connect charts by clicks or hovers [OK]
Common Mistakes:
  • Confusing filter actions with formatting options
  • Thinking filter actions export data
  • Assuming filter actions create calculations
2. Which of the following is the correct way to set up a filter action in Tableau?
easy
A. Create a calculated field and drag it to the filter shelf
B. Select source sheet, target sheet, and define filter behavior
C. Use the Data menu to export filtered data
D. Change the dashboard size to enable filtering

Solution

  1. Step 1: Identify filter action setup steps

    Setting up a filter action requires choosing the source sheet (where user clicks), the target sheet (which gets filtered), and how the filter applies.
  2. Step 2: Remove unrelated options

    Creating calculated fields, exporting data, or changing dashboard size are not steps to set up filter actions.
  3. Final Answer:

    Select source sheet, target sheet, and define filter behavior -> Option B
  4. Quick Check:

    Filter action setup = source + target + filter behavior [OK]
Hint: Filter actions need source and target sheets defined [OK]
Common Mistakes:
  • Confusing filter actions with calculated fields
  • Trying to export data to filter
  • Thinking dashboard size controls filtering
3. Given a dashboard with a filter action set from Sheet A to Sheet B on the field Category, what happens when a user clicks on 'Furniture' in Sheet A?
medium
A. Sheet A filters out 'Furniture' category
B. Sheet B shows all categories except 'Furniture'
C. Sheet B shows data only for 'Furniture' category
D. Sheet B does not change

Solution

  1. Step 1: Understand filter action behavior

    Clicking 'Furniture' in Sheet A sends a filter to Sheet B to show only 'Furniture' data.
  2. Step 2: Eliminate incorrect outcomes

    Sheet B will not exclude 'Furniture' or remain unchanged; Sheet A does not filter itself.
  3. Final Answer:

    Sheet B shows data only for 'Furniture' category -> Option C
  4. Quick Check:

    Click filters target sheet to clicked value [OK]
Hint: Click filters target sheet to clicked value [OK]
Common Mistakes:
  • Thinking filter excludes clicked value
  • Assuming source sheet filters itself
  • Believing target sheet remains unchanged
4. You set a filter action from Sheet X to Sheet Y, but clicking on Sheet X does not filter Sheet Y. What is the most likely cause?
medium
A. Filter actions only work on hover, not click
B. The dashboard size is too small
C. Sheet Y has no data
D. Source and target sheets are not correctly assigned in the filter action

Solution

  1. Step 1: Check filter action configuration

    If clicking Sheet X does not filter Sheet Y, the source and target sheets may be incorrectly set or reversed.
  2. Step 2: Exclude unrelated reasons

    Dashboard size does not affect filter actions; Sheet Y having no data would show empty but still respond; filter actions can work on click or hover depending on settings.
  3. Final Answer:

    Source and target sheets are not correctly assigned in the filter action -> Option D
  4. Quick Check:

    Correct source and target sheets enable filtering [OK]
Hint: Verify source and target sheets in filter action setup [OK]
Common Mistakes:
  • Ignoring source-target assignment
  • Blaming dashboard size
  • Assuming filter actions only work on hover
5. You want to create a dashboard where clicking on a region in a map filters multiple charts by that region, but hovering over the map filters only one chart. How should you configure filter actions?
hard
A. Create two filter actions: one on click targeting multiple charts, one on hover targeting one chart
B. Create one filter action on click targeting all charts
C. Create one filter action on hover targeting all charts
D. Use a parameter instead of filter actions

Solution

  1. Step 1: Understand different interaction types

    Click and hover are separate triggers for filter actions in Tableau.
  2. Step 2: Configure multiple filter actions

    To have click filter multiple charts and hover filter only one chart, create two filter actions with different triggers and targets.
  3. Step 3: Exclude incorrect options

    One filter action cannot have two triggers; parameters do not provide this interactive filtering behavior.
  4. Final Answer:

    Create two filter actions: one on click targeting multiple charts, one on hover targeting one chart -> Option A
  5. Quick Check:

    Separate filter actions for click and hover [OK]
Hint: Use separate filter actions for click and hover [OK]
Common Mistakes:
  • Trying to use one filter action for both triggers
  • Using parameters instead of filter actions
  • Assuming hover can filter multiple charts differently