The Tableau Performance Checklist: Calculations – Use Calculated Fields Carefully

Data

The Tableau Performance Checklist: Calculations – Use Calculated Fields Carefully

The Tableau Performance Checklist series is designed to help you streamline your dashboard performance and Tableau Server configuration. Each post expands upon one item listed in the master Tableau Performance Checklist.

Let’s examine the following item on the checklist: 

Use calculated fields carefully. Think about the data type as you code the calculation. Number and Boolean > date > string calculations when it comes to performance.

This is another item that can quickly get you into performance trouble if you don’t exercise caution. Let’s dive right in.

Calculated Fields in Tableau

You can create a new field if the underlying data sources do not possess all of the fields you need by using calculations inside of Tableau Desktop. To do this, simply right-click on either the Dimensions or Measures pane and select Create Calculated Field (this may be under Create in the right-click menu, depending on your Tableau version and where you click in the field list):

Tableau: Create Calculated Field

Tableau provides you with a massive list of functions that will aid you in creating your calculations. To help, these functions are divided into different categories. For instance, if you are working with fields that have the string data type, then you’ll need to consider all of the functions under the category of String.

Tableau String functions list

Tableau will give you examples on how to use function in the side window simply by clicking on the function. In addition, we’ve written articles on all of the functions by category in our Tableau Essentials article series. Be sure to check it out if you’ve got any questions on how to use these functions or on any the fundamentals of Tableau Desktop in general.

Here’s the catch. Calculated fields should come with a warning – buyers beware. You can get yourself into a little bit of trouble if you don’t use some caution. Calculated fields give you a great deal of power in how you leverage your data inside of Tableau.

As we’ve already said in previous articles, “With great power comes great responsibility.”

Know Your Data Types

Calculated fields can be a limiting factor in performance. Tableau will help you in constructing your calculation by examining the syntax, but it cannot tell you if your beautiful calculation that you’ve just entered is going to tank your entire dashboard.

When considering how much risk calculations present to your visualization’s performance, a key factor is the data type of the fields you are using in your calculation. As the guideline states above, the faster calculations involve fields that have the data types of Boolean or numbers. Date data types are the slowest of all are strings.

The performance impact from different data types may be imperceptible on smaller data sets, but these differences become much more pronounced as the row count or number of fields in the calculation grows. If performance is a priority, consider ways to use a different data type to achieve the same calculated results. Here are some ideas:

  • Replace if/then statements resulting in a string with one that results in a Boolean. For example, change:
    IF [Field]="Compare" THEN "Match" ELSE "No Match" END

    To:

    [Field]="Compare"

    Then, use aliases to change True to Match and False to No Match.

  • If your if/then statement outputs three total results, consider changing the results to 1, and 3 rather than something like ExceededMet and Did Not Exceed – this doesn’t always work, but it fits perfectly on occasion.
  • Convert dates to integers (often with a calendar table in your database), allowing simple addition and subtraction instead of DATEDIFF() or DATEADD().
  • In parameter-based calculations, use an integer as the parameter value and type a string value as the alias, minimizing the need for slower string comparisons.

When to Use Calculations

The best time to use calculations is when you cannot perform the calculation inside the native data source. This is a recurring theme in the Tableau Performance Checklist. Do as much as you can within the data sources and let Tableau focus on what it does best – creating interactive visualizations and dashboards. The underlying data source only needs to compile all of the data once to produce a visualization, but Tableau must query it again and again as each visualization is accessed or quick filter adjusted.

Mastering Best Practices

If you’re interested in becoming a Tableau Server guru, then learning these performance best practices is essential. Check back frequently as we add new posts and dive deeper into each point in the Tableau Performance Checklist.

Another great way to identify best practices is to leverage the insights offered by our Performance Analyzer, part of Workbook Tools for Tableau. It will examine all of your workbooks, worksheets, dashboards and data sources against a list of best practices to ensure that you’re using all the tips and tricks to guarantee your visualizations are moving at light speed.

As always, feel free to get in touch with us if you have any questions regarding performance or anything Tableau related! We’d be happy to help.

Contact Us!

Want More The Tableau Performance Checklist

  1. The Tableau Performance Checklist
  2. The Tableau Performance Checklist: Data – Keep Analysis Simple
  3. The Tableau Performance Checklist: Data – Bring in Only Needed Data
  4. The Tableau Performance Checklist: Data – Use ‘Describe’ to Explore
  5. The Tableau Performance Checklist: Data – Remove Unused Columns from Extracts
  6. The Tableau Performance Checklist: Data – Use One TDS File
  7. The Tableau Performance Checklist: Data – Use Extracts
  8. The Tableau Performance Checklist: Filtering – Minimize Quick Filters
  9. The Tableau Performance Checklist: Filtering – Avoid ‘Only Relevant Values’ in Quick Filters
  10. The Tableau Performance Checklist: Filtering – Avoid High-Cardinality Quick Filters
  11. The Tableau Performance Checklist: Filtering – Avoid Quick Filters That Drive Context Filters
  12. The Tableau Performance Checklist: Filtering – Keep Range Quick Filters Simple
  13. The Tableau Performance Checklist: Filtering – Use Dashboard Filter Actions
  14. The Tableau Performance Checklist: Filtering – Don’t Be Lazy with User Filters
  15. The Tableau Performance Checklist: Custom SQL – Limit in Live Connections
  16. The Tableau Performance Checklist: Custom SQL – Avoid Parameters
  17. The Tableau Performance Checklist: Custom SQL – Watch for Useless Clauses
  18. The Tableau Performance Checklist: Calculations – Use Calculated Fields Carefully
  19. The Tableau Performance Checklist: Calculations – Limit Blended Calculations
  20. The Tableau Performance Checklist: Calculations – Avoid Row-Level Calculations Involving Parameters
  21. The Tableau Performance Checklist: Rendering – Avoid High Mark Counts
  22. The Tableau Performance Checklist: Rendering – Limit Text Tables With Lots of Marks
  23. The Tableau Performance Checklist: Rendering – Minimize Image & Shape File Sizes
  24. The Tableau Performance Checklist: Rendering – Use Transparent Background PNGs
  25. The Tableau Performance Checklist: Local Computations – Server Performance
  26. The Tableau Performance Checklist: Local Computations – Table Calculations
  27. The Tableau Performance Checklist: Dashboard Layout – Limit Number of Worksheets
  28. The Tableau Performance Checklist: Dashboard Layout – Fix Dashboard Size

More About the Author

Robert Rouse

Analytics Consultant
Eine neue Art KPIs in Tableau zu visualisieren Key Performance Indicators sind eines der Dinge, die Leute am häufigsten in Tableau darstellen möchten. Das bezieht für gewöhnlich ein, ...
Disney Data & Analytics Conference 2019 in Review At Disney World, every park has a theme. What you may not know is that their annual data and analytics conference has a theme, too. In ...

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!