8 min read

Boost Your Tableau Dashboard Speed | Guide to Performance Optimization

Boost Your Tableau Dashboard Speed | Guide to Performance Optimization

We all know the feeling of waiting for things to load in our lives.  Web pages, Google searches, and our Tableau dashboards - the pain of waiting one second longer is enough to make you quit.

Welcome to our comprehensive guide on optimizing Tableau dashboard performance. With the increasing reliance on data visualization to drive business decisions, the need for quick, responsive dashboards has never been more critical. While Tableau offers robust data visualization capabilities, the challenge of maintaining an optimal dashboard performance is a real one. With a bit of know-how and some tactical adjustments, you can significantly improve your Tableau dashboards' speed, functionality, and - ultimately - overall user experience.

The Need for Speed

Imagine you've built a masterpiece of a dashboard with the power to offer incredible insights to your team, but each time you load it up, it's like a tortoise race - slow and tedious. It's no surprise that the 'waiting game' can quickly become a bottleneck, hindering user adoption and the very purpose of a business intelligence tool – swift decision-making.

Optimization isn't just about speed, though. It's about creating a seamless user experience that empowers users to explore data and glean insights with ease and efficiency.  If a user is expected to wait more than 5 seconds to experience a dashboard, we have already missed their expectations.

The spin of the loading icon is agonizing, and the ultimate result is a frustrated end-user who may give up on the tool altogether. Before we can offer suggestions, we first need to understand what might be causing these performance issues.

In essence, Tableau performance issues can arise from three primary areas:

  1. Data Sourcing & Extraction: The technology, structure, and data volumes of your data sources significantly influence how quickly Tableau can query, process, and render visualizations.  Extract vs. live connections play a big role.
  2. Calculations & Smart Filters: Tableau's power to perform complex calculations on the fly is a double-edged sword, potentially leading to performance bottlenecks if not implemented thoughtfully.
  3. Visualization Design: The choice of visual elements, the number of marks, filters, and the overall dashboard layout also determine how quickly your dashboards load and respond.  It all begins with effective requirements gathering.

Breaking Down Tableau Performance Issues

The first step towards optimization is to pinpoint what's slowing your dashboards. It could be long query times, excessive calculations, or a visually overloaded dashboard. Thankfully, Tableau comes with an in-built Performance Recording feature that allows you to diagnose what's slowing down your dashboard.

Before optimizing anything, it's important to understand where the problems actually lies. This step involves using Tableau's performance recording feature. By running a performance recording, you can pinpoint the areas causing slowdowns, including slow worksheets, queries, and dashboard render times. With this knowledge, you can focus your optimization efforts where they're most needed.

Using Tableau's Performance Recording Tool

Performance recording is available within Tableau Desktop and Tableau Cloud/Server.  We will focus on the Desktop recording steps in this blog post

You can activate the Performance Recording feature by going to the 'Help' menu in Tableau Desktop and selecting 'Settings and Performance' > 'Start Performance Recording.' Once you stop the performance recording, Tableau will create a new workbook that displays the collected performance metrics.

The Performance Recording dashboard presents three sections:

  1. Timeline: This section breaks down each event's execution time, making it easy to identify long-running tasks.
  2. Query Text: This part displays the SQL or MDX queries sent to the database. A longer-running query signifies a potential area of optimization.
  3. Performance Events: It gives a tabular view of all events, allowing you to see the time taken for each action, the sequence of actions, and how they overlap.

The performance recording tool in Tableau is like a skilled mechanic who peeks under your car's hood to diagnose an issue. It provides you with insights into what is happening behind the scenes when your workbook is running. From time taken in executing queries to rendering the views, it records it all.

Let's explore how to use this tool and interpret its results effectively:

Starting a Performance Recording

To begin performance recording, follow these steps:

  1. Go to the 'Help' menu in Tableau Desktop.
  2. Select 'Settings and Performance' > 'Start Performance Recording'.
  3. Now interact with your workbook as usual. Open your dashboards, apply filters, change parameters, etc.  
  4. When you're done, go back to 'Help' > 'Settings and Performance' > 'Stop Performance Recording.'

Tableau will now generate a new workbook with the performance metrics of the actions you took.

Understanding the Performance Recording Output

The performance recording workbook comprises of three main components:

  1. Timeline: It displays all the actions performed during the recording period in chronological order, along with the time taken for each action. The length of each bar corresponds to the duration of the action, enabling you to identify long-running operations quickly.

  2. Query Text: For every query Tableau sends to the database, you can view the actual SQL or MDX query text. If a particular query is taking a long time, you can share this text with your database administrator to optimize it at the source (bear in mind you can't directly change Tableau's auto-generated SQL queries).

  3. Events: This section categorizes all actions into different event types, such as executing queries, computing layouts, or rendering views. It provides a detailed breakdown of the time taken for each event, helping you pinpoint the slow areas in your workbook.

Interpreting the Performance Recording

The performance recording tool helps identify three main types of performance bottlenecks:

  • Data Issues: If the 'Connecting to Data Source' or 'Executing Query' events take a long time, it strongly indicates a database or data-related issue. This could be due to sub-optimal SQL queries, unindexed databases, slow network connections to the database, or (most likely) querying large volumes of data.  Test out the SQL query directly in the database to compare query times.

  • Calculation Delays: If 'Compiling Queries' or 'Executing Query' events take a long time, it suggests that complex table calculations, LOD expressions, or inefficient filters are slowing down your workbook.

  • Rendering Delays: If 'Computing Layout' events take longer than expected, it implies that the complexity of your visualizations is causing the slowdown. A high number of marks or complex chart types like maps, polygons, and wide text tables can contribute to this.

The Performance Recording tool serves as your first line of defense against performance issues, helping you identify and address bottlenecks in your workbook efficiently. Armed with these insights, you can now take appropriate measures to enhance your Tableau workbook's performance. In the following sections, we will delve into practical strategies to address these bottlenecks and optimize your dashboards for the best performance.

Tips and Strategies for Optimizing Performance

Having identified your problem areas, let's look at some strategies to improve Tableau dashboard performance.

Optimizing Query Times

Data sources are the backbone of any Tableau visualization. The data source's complexity and size directly affect how Tableau queries data, processes it, and eventually renders the visualizations. The following attributes of your data source can contribute to performance degradation:

  • Data Connection Type: Working with live connections can often be slower than using data extracts, especially when working with large, unoptimized databases. Live connections query the database for every user interaction, while extracts are optimized, compressed snapshots of your data stored in a columnar format which Tableau can process faster.

    Optimize your extracts by minimizing the number of fields and records based on the specific analysis. Remember, a narrower data set can lead to faster query times.
  • Data Structure: Tableau thrives on structured, denormalized data. Data sources with complex joins, unoptimized SQL queries, or excessive data blending can lead to long query times.  We recommend doing all possible data transformation, manipulation, and shaping before querying into Tableau.

    Avoid custom SQL when possible, as Tableau can take advantage of database optimizations with defined data relationships within Tableau Desktop.
  • Data Size: Larger datasets with numerous rows and columns can take longer to process. While Tableau is built to handle large volumes of data, unnecessary fields or excessive granularity can still slow things down.  Time granularity is one of the biggest culprits, such as people bringing in daily sales from the last ten years when the dashboard is only visualizing monthly sales for the last two years.

    Before connecting your data to Tableau Desktop, ensure it matches your data analysis needs and structure. ETL/ELT tools like Tableau Prep can assist in preparing your data. 

Refining Calculations and Filtering

Complex calculations can drastically slow down your dashboard. As much as possible, perform calculations in the database to reduce the overhead in Tableau.

Tableau offers a wide array of calculation options, from basic arithmetic operations to advanced table and LOD (Level of Detail) expressions. While these calculations provide powerful capabilities, they also consume processing power and can significantly slow down your dashboards. Here are a few calculation-related factors to keep in mind:

  • Complexity: The more complicated your calculations are, the more processing power they require. LOD expressions, table calculations, or nested calculations can take time to compute, especially on larger datasets.  They are incredible for ad-hoc use cases, but don't overuse them without understanding the user's needs.

  • Quantity: Having a large number of calculations in your workbook, even if they are relatively simple, can still impact performance.  It's always wise to see what calculated columns can be pushed to the source data, particularly if it's not a dynamic calculation that changes often.

  • Granularity: Calculations performed at a high level of granularity (row level) can be more taxing on performance than those performed at an aggregated level.

Simplifying Visual Rendering

When data is highly granular, Tableau must render and precisely place each element. Each mark represents a batch that Tableau must parse. This is where Tableau and spreadsheet applications like Excel differ - Tableau has to visually render each and every table cell, which can be a taxing operation for systems.  Large numbers of marks to be drawn in a Tableau canvas will take longer to render.

Here's how you can improve visual rendering:

  • Reduce marks: Practice guided analytics, where you create multiple related views connected with action filters instead of fitting everything into a single view. Remove unnecessary dimensions from the detail shelf, and explore different types of views to display your data.
  • Optimize filters: Use fewer filters, and select them wisely. Continuous data filters, for instance, are faster than discrete ones. Boolean or numeric filters are also quicker to process than string filters.

The way you design your visualizations also influences Tableau's performance. Certain elements of visualization design can significantly impact load times and interactivity:

  • Marks: Every data point in a Tableau visualization is a mark, and each mark consumes memory. Workbooks with a high number of marks can take longer to render, particularly if the marks are detailed or complex (such as polygons).

  • Filters: While filters are an excellent tool for interactivity and exploration, they require Tableau to query and re-render applicable data values. Multiple filters showing relevant data values, especially those on high-cardinality fields, can slow down your dashboard.

  • Complex Visuals: Advanced charts and visualizations can consume more processing power and time to render than simpler ones. Multiple sheets and dashboards, custom shapes, or maps can contribute to slower performance.

A cluttered dashboard overloaded with charts and excessive data can be a performance killer. Simplicity is key when it comes to designing dashboards for better performance. Instead of overwhelming the user with information, opt for guided analysis - provide a summarized view and allow users to incrementally drill down into the details as needed.

Conclusion

Optimizing your Tableau dashboards is a crucial step to ensure your data visualization efforts are actually used and appreciated. Not only does optimization significantly improve dashboard speed, but it also greatly enhances user experience, leading to increased adoption and more efficient decision-making.

With the strategies and tips shared in this guide, we hope you're now equipped to supercharge your Tableau dashboards and make them a powerful tool in your organization's decision-making process.

Frequently Asked Questions (FAQ)

What is Tableau performance?
Tableau performance refers to how quickly and efficiently Tableau Desktop, Cloud, and Server can connect to your data sources, process queries, execute computations, and render visualizations. Optimal Tableau performance ensures that your dashboards load quickly and interact smoothly, providing a good user experience and enabling quick, data-driven decision-making.

How do I improve performance in Tableau?
Improving performance in Tableau involves multiple strategies across sourcing, calculating, and visualizing data - such as optimizing your data strategy, reducing the number of marks in your view, managing your filters efficiently, performing calculations in the database, leveraging Tableau's query optimization, and cleaning up your workbooks.

Why is Tableau running so slow?
Tableau could be running slow due to various reasons, such as large data sets, numerous filters, complex calculations, inefficient data source connections, heavy workbook sizes, or improper use of visual elements.  Speeding up performance requires a review of connected data, calculation complexity, and the end user's requirements.

What is performance optimization in Tableau? How do you test performance in Tableau?
Performance optimization in Tableau involves improving the speed and efficiency of your Tableau workbooks. It includes steps to identify and eliminate performance bottlenecks in your dashboards by referencing the results of Tableau's Performance Recording feature.

Why does Tableau take so long to load?
Tableau may take a long time to load due to large data sources, numerous calculations, excessive filters, complex visualizations, or inefficient workbook structure.

How can I make Tableau faster?
You can make Tableau faster by connecting to optimized, well-structured data sources, managing your Tableau filters and calculations efficiently, providing clear, interactive dashboards with guided analysis, and cleaning up your final Tableau workbooks.

How do I reduce rendering time in Tableau?
You can reduce rendering time in Tableau by reducing the number of marks in your views, optimizing your calculations, using appropriate data types, and managing the complexity of your visualizations.

How to improve Tableau Server performance?
Tableau Server performance can be improved by optimizing your data sources, using extracts for large or complex data sets, scheduling extracts during off-peak hours, optimizing your calculations, and maintaining the latest Tableau Server with more than minimum hardware recommendations.

Is Tableau faster than Excel?
Tableau is generally faster and more efficient at handling large data sets and creating interactive visualizations than Excel. However, the performance may vary based on the complexity of calculations and the size of the data set.

How many rows are too many for Tableau?
Tableau is designed to handle large amounts of data. However, the number of rows Tableau can efficiently process depends on various factors, including your computer's memory, the complexity of your workbook, and the specifics of your data source.  Tableau can handle billions of rows when configured correctly.

What is a Data Monetization? | Unlock Revenue with Data Portals

What is a Data Monetization? | Unlock Revenue with Data Portals

Everyone says, "data is the new gold," and there are a few ways to actually create revenue generation using insights. One such method to unlock the...

Read More
What is Embedded Analytics? | Deliver Insights Directly to People

What is Embedded Analytics? | Deliver Insights Directly to People

Technology has revolutionized how businesses operate, with data being at the forefront of this transformation. The ability to analyze data and...

Read More
Embedded Tableau Pricing | User vs. Usage-Based Pricing (UBL)

Embedded Tableau Pricing | User vs. Usage-Based Pricing (UBL)

Why Embedded Analytics with Tableau Embedded analytics is a growing use case for organizations looking to deliver (and even monetize) their data...

Read More