Questions from Tableau Training: How Can I Customize Charts with Parameters?

Data

Questions from Tableau Training: How Can I Customize Charts with Parameters?

by Jon Bajon
//

Our Certified Tableau Trainers are asked a myriad of questions each day. In this series, they share some answers.

Here’s a question I’ve heard often during training sessions:

 “How can I customize my charts with parameters?”

If you’ve spent some time in Tableau you’ve most likely encountered parameters. Parameters can be an excellent addition to any workbook because they allow viewers to interact and make selections on your worksheets and dashboards. Using parameters to make selections is a fairly common use case, but did you know parameters can be used to change the level of detail of the view or apply different colors? Let’s take a look at a quick example of each.

Using the Sample – Superstore data set that ships with Tableau, let’s consider a simple view. Dragging Category to columns and Sales to rows gives us the visual shown below:

Sales by Category in Tableau

What if we wanted to provide our users with the option to drill down to see the Sales breakdown by each of our Sub-Categories rather than our Categories? We could create a new view entirely, but showing them both on a dashboard will take up valuable space. However, if we were to create a parameter, we could keep one view, but have the ability to toggle between Category or Sub-Category.

Remember there are four steps to using parameters successfully:

  1. Create the parameter
  2. Show the parameter control
  3. Create a calculated field that references the parameter
  4. Use the calculated field in the view

Creating Parameters

Let’s start with creating the parameter:

 

Creating a parameter in Tableau

This is just one of the many ways to create a parameter.

We want to give the parameter a name that is actionable so our viewers will know to do something when the menu options are revealed. I chose Choose a Breakdown Level as my name for this example. We have a bit of flexibility with which data type to go with. Here, I selected string because it provides a little more flexibility in typing out my values and is normally my go-to. I named the two values Category and Sub-Category to mimic the fields that the parameter will refer to, as we’ll see in the next step.

Choose a Breakdown Field Parameter

If concerned about performance, use Boolean (True/False) for a more optimized parameter when there are only two values.

Show the Parameter Control

Now that our parameter is created, let’s show the parameter control. The parameter control provides a show (quick) filter like menu for my users to interact with. You can show the parameter control by right-clicking on your parameter within the data pane and selecting the second option in the list, Show the Parameter Control.

Show the Parameter Control

When in doubt just right-click!

Create a Calculated Field

Great! Now it’s time to create the calculated field that communicates with our parameter. It is important to note that there are a few different ways to write this calculation. Whether we use case statements, functions, or if-then logic we will end up with the same result, but I chose if-then logic for this example. The if-then works best here since there are only two possibilities.

IF THEN Calc

Try starting your parameter names with a “p.” to make them easier to identify in your data pane.

Use the Calculated Field in the View

All that’s left is to use the calculated field in the view. Replace Category on columns with our new calculated field, so that whenever the parameter is changed, it will change the view by assigning a different value to our calculated field on columns. Since the parameter switches between Category and Sub-Category it will change the level of detail by drilling down into the sub-categories or drilling up into category.

Use calculated field in the view

If you are paying close attention, you may have noticed that the title does not change when the parameter switches. It seems a little odd to show the breakdown by Sub-Category, but still have the title display Category. Luckily for us, Tableau makes this very easy by providing the option to insert the parameter directly in the title located within the edit title menu.

Insert calculation

Fantastic! Now let’s say you wanted to see the breakdown of your Categories or Sub-Categories by Region and Ship Mode. Rather than creating additional visuals, we can harness the power of parameters to allow our views to choose what is most important to them!

I started by creating another parameter, this time naming my parameter Choose a Color Field. Following the same procedure as above, I choose string as my data type and named the two values Color by Region and Color by Ship Mode to mimic the fields that the parameter will refer to.

Creating a parameter pt. 3

If concerned about performance, use Boolean (True/False) for a more optimized parameter when there are only two values. 

Next up, I show the parameter control and create the calculated field to tell the control what to do.

IF THEN Choose a Color Field parameter

Try starting your parameter names with a “p.” to make them easier to identify in your data pane.

Finally, I want to use my new calculation, Choose a Color Field on the Color shelf and test to see if my parameter works as I designed.

Drag calculation to Color

I’ve create a single view that now can be drilled up and down to different hierarchy levels as well as an ability to analyze my Sales by Region or Ship Mode using color to create stacked bars. Now our users have the control to choose any option from our parameter, and they will a change in the level of detail, color, and title.

Changing the parameter

Behold the power of parameters! Pretty awesome!

If you find yourself craving more knowledge about parameters, take a look a my colleague Robert Curtis’ Deep Dive into parameters found here for the full ins and outs.

Want More Questions from Tableau Training

  1. Questions from Tableau Training: Quick Filter Interaction
  2. Questions from Tableau Training: Labeling with Table Calculations
  3. Questions from Tableau Training: Speeding Up Presentation Views when Using Tableau
  4. Questions from Tableau Training: Dashboard Actions
  5. Questions from Tableau Training: Business Day Calculations
  6. Questions from Tableau Training: Adding Gaps Between Bars
  7. Questions from Tableau Training: When to Pivot Data in Tableau
  8. Questions from Tableau Training: Adding Conditional Formatting
  9. Questions from Tableau Training: Setting Weekday Start
  10. Questions from Tableau Training: How Do ZIP Codes Work in Tableau?
  11. Questions from Tableau Training: The Small Grey Bar Within a Quick Filter
  12. Questions from Tableau Training: Matching Mark Color
  13. Questions from Tableau Training: Showing the Null Indicator
  14. Questions from Tableau Training: Can I Manually Set the Colors of a Stepped Gradient?
  15. Questions from Tableau Training: How Can I Get Box Plot Data into a Crosstab?
  16. Questions from Tableau Training: How Do I Clear a Worksheet? Make a Copy?
  17. Questions from Tableau Training: Opening URL Actions Inside of a Dashboard
  18. Questions from Tableau Training: Can I Move Mark Labels?
  19. Questions from Tableau Training: How Can I Use My Current Report to Create a Viz?
  20. Questions from Tableau Training: Can I Create Text Hyperlinks on a Dashboard?
  21. Questions from Tableau Training: How Can I Transform My Crosstab into a Flat List?
  22. Questions from Tableau Training: Labeling the Top N
  23. Questions from Tableau Training: How Can I Customize Charts with Parameters?
  24. Questions from Tableau Training: Combining Measures into a Single Line
  25. Questions from Tableau Training: How Can I Create Custom Color Palettes?
  26. Questions from Tableau Training: Can a Top N Parameter be Nested Within Other Fields?
  27. Questions from Tableau Training: Conditional Scope on Tableau Calculations
  28. Questions from Tableau Training: Top Ten Plus N
  29. Questions from Tableau Training: Dynamic Label Positioning
  30. Questions from Tableau Training: Using Cross Joins to Solve Active Tickets
  31. Questions from Tableau Training: Top N Highlight Table
  32. Questions from Tableau Training: How to Use Specific Dimensions in Table Calculations
  33. Questions from Tableau Training: Moving Reference Line Labels
  34. Questions from Training: Comparing Metrics for Same Weekday in Previous Year
  35. Questions from Tableau Training: Colouring Specific Columns and Rows in a Crosstab
  36. Questions from Tableau Training: Creating a Custom Legend as a Sheet
  37. Questions from Tableau Training: How Can I Draw a 45-Degree Angle?
  38. Questions from Tableau Training: Down the Aggregation Rabbit Hole
  39. Questions from Tableau Training: Percent Change from Previous Period on a Map
  40. Questions from Tableau Training: Union File Names as Years
  41. Questions from Tableau Training: Conditional Coloring on Sparklines
  42. Questions from Tableau Training: Moving Column Headers to the Top of the View
  43. Questions from Tableau Training: Isolating Rank with Parameters and Calculations

More About the Author

Jon Bajon

Analytics Consultant
Tableau Viz: How Much Heat Can You Handle? It might sound controversial, but a common practice in my family (and many families throughout Louisiana) was something called ...
Questions from Tableau Training: Can a Top N Parameter be Nested Within Other Fields? The latest question from Tableau Training comes from Ryan, who was in a DII: Intermediate course in New York City. “I know I can ...

See more from this author →

InterWorks uses cookies to allow us to better understand how the site is used. By continuing to use this site, you consent to this policy. Review Policy OK

×

Interworks GmbH
Ratinger Straße 9
40213 Düsseldorf
Germany
Geschäftsführer: Mel Stephenson

Kontaktaufnahme: markus@interworks.eu
Telefon: +49 (0)211 5408 5301

Amtsgericht Düsseldorf HRB 79752
UstldNr: DE 313 353 072

×

Love our blog? You should see our emails. Sign up for our newsletter!