Create a parameter to filter the visual in Tableau Dashboard

Today we will learn on how to Create a parameter to filter the visual in Tableau
                                                     
Steps:
  • Right click the blank area in the tableau measures/dimensions and select "create a new parameter"
    • Data type: String
    • Allowable values: List
    • Add values from: <Select the field from table that you use as a parameter dropdown list>
  • Create a calculated field
    • Field_Selected = <Parameter_Name>
  • Drag the new calculated field in the filter section of the visual
    • Select from list: True
  • Right click your parameter and select "Show"
    • Now, your parameter will appear in the screen
  • play around with it.
  • Enjoy :)

Comments