Using Parameters in Tableau Visualizations (Part 1)
Master Dynamic Controls for Interactive Tableau Dashboards
This tutorial assumes basic familiarity with Tableau Desktop and fundamental visualization concepts. Parameters are an advanced feature that builds upon core Tableau functionality.
Parameter Components
Name & Data Type
Define parameter identity and specify whether it handles strings, numbers, dates, or boolean values.
Current Value
Set the default value that appears when users first interact with your visualization.
Allowable Values
Control user input through All (free entry), List (predefined options), or Range (bounded values) settings.
Parameter Control Types
| Feature | Control Type | User Interface | Best Use Case |
|---|---|---|---|
| All | Type-in field | Maximum flexibility needed | |
| List | Dropdown or radio buttons | Predefined options required | |
| Range | Slider control | Numerical ranges with boundaries |
Parameters alone cannot change visualizations. They must be incorporated into calculations, filters, or reference lines to have any effect on your dashboard.
Parameter Implementation Workflow
Create Parameter
Define the parameter with appropriate data type and allowable values in the data pane.
Integrate with Formula
Replace constant values in calculations, filters, or reference lines with your parameter.
Show Parameter Control
Make the parameter visible to users by enabling the parameter control interface.
Test Dynamic Updates
Verify that changing parameter values automatically updates your visualization as expected.
Adding Parameters to Calculated Fields
Open Calculated Field
Right-click on your existing calculated field and select 'Edit calculated field' from the context menu.
Drag Parameter
Locate your parameter in the data pane and drag it directly into your formula to replace constant values.
Update Values
Edit parameter values and observe automatic formula updates that reflect changes in your visualization.
Dynamic Filter Implementation
Create State Parameter
Set up a parameter to capture user input for state selection with appropriate data type configuration.
Show Parameter Control
Right-click the parameter in the data pane and select 'Show Parameter Control' to make it user-accessible.
Build Calculated Field
Create a calculated field that uses the parameter to control filter values dynamically.
Apply to Filter Panel
Drag the calculated field to the filter panel and configure the filter settings appropriately.
Parameters enable reference lines to move dynamically based on user input, providing interactive threshold analysis and comparative benchmarking capabilities.
Parameter Control Display Options
Radio Buttons
Best for limited options where all choices should be visible simultaneously. Provides clear visual selection state.
Compact List
Efficient for moderate option counts. Saves dashboard space while maintaining easy access to all values.
Slider Control
Ideal for range parameters where users need to select values along a continuum with visual feedback.
Type-in Field
Maximum flexibility for users who know exact values. Suitable for open-ended parameter configurations.
Parameters are set globally across all worksheets in your workbook. Any edit to a parameter will update every formula, filter, and reference line that uses it.
Parameter Actions Learning Path
Master Basic Parameters
Complete understanding of static parameter creation and implementation
Explore Parameter Actions
Learn to control parameter values through direct dashboard interaction
Advanced Integration
Implement parameter actions with SQL queries and complex visualizations
Key Takeaways
This action launches the parameter configuration window, where you'll define the core characteristics of your parameter: the Name (choose something descriptive that your team will understand), the Data type (which determines what kind of values it can accept), and the default value (Current value) that will appear when users first interact with your visualization.
Note: The Display format option is only available in 
Once you've configured and created your parameter, it will appear in a dedicated Parameters section at the bottom of your data pane, clearly separated from your dimensions and measures for easy access.








Note: Parameters maintain global scope across your entire workbook, making them accessible in any worksheet while ensuring consistent behavior. You'll also find them conveniently listed in the top section of filter dialog boxes, streamlining your development workflow.