Tableau parameters are powerful tools that allow you to create dynamic dashboards and reports. Here's a quick guide to get started:

  1. Creating a Parameter

    • Go to the Data menu and select Create Parameter.
    • Choose the parameter type (e.g., String, Integer, Date).
    • Set a default value and name it (e.g., Sales_Threshold).
    Tableau Parameters Tutorial
  2. Using Parameters in Calculations

    • Insert the parameter into your worksheet using the IF function.
    • Example: IF([Sales] >= [Sales_Threshold], "High", "Low")
    Tableau Parameters Calculations
  3. Parameter Actions

    • Right-click a parameter and select Parameter Action to link it to filters or other elements.
    • Use Set Value to dynamically update data based on user input.
    Tableau Parameters Actions

For more advanced techniques, check out our Tableau Data Connections Guide. 🚀
Let me know if you need further assistance!