As data grows more complex, even the most robust BI tools can face performance bottlenecks. In Sigma, having hundreds of millons of rows + hundreds of columns can sometimes cause noticiable delays in showing key visualizations on a dashboard. The good news: this delay can be solved by thoughtfully designing the table structure and removing non-essential columns. In this article we will walk you through two methods that helped us cut down our Sigma dashboard load times to a snappy 3 seconds from over 10 seconds to a few minutes.
The Latency Challenge
Managing large datasets in Sigma can sometimes lead to slower performance if not optimized correctly. As analysts and business users keep adding new metrics, calculated fields, and views, dashboards can become cluttered with columns that aren’t directly contributing to the insights at hand. Additionally, broad date range — like historical data prior to 2020 that are rarely looked at for us - can slow down your dashboards even more.
Our challenge was clear: optimize our Sigma dashboards for speed without sacrificing the granular insights that drive decision-making. After analyzing multiple dashboards, we identified two key improvements that can be easily applied.
Solution I. Removing Unnecessary Columns from Visualizations
When constructing visualizations, it’s common to pull in columns from the base table for calculations or transformations that eventually feed into pivot tables, KPI cards, or charts. However, after these calculations are done at the base table level, many of these “reference” or “intermediate” columns remain in the child visualization — even when they’re no longer needed.
The key here is that in Sigma, each visualization is a table - like what you see in excel or google sheet. So if you are constructing a graph that shows "sales" KPI, for example, you don't really need to have columns related to "costs". You may wonder that you'd need cost columns if you are trying to have a line chart that shows profit (sales - cost) -- no you don't. You just need to have the calculated field in the base table, and only use the profit column for your child element.
Result: With this step alone, we saw dashboards that originally took more than ten seconds to load show up in more reasonable three to five seconds. In many cases, trimming columns is enough to resolve latency issues.
Solution II. Implementing a Base Table Date Filter
While removing unnecessary columns can work wonders, some datasets are simply massive. A standard practice in BI is to limit the query range so that you don’t need to retrieve years of historical data when most day-to-day work focuses on recent periods.
The problem here is that sometimes, people look at historical data, like KPI from three years ago. So the underlying dataset can't be trimmed to the last two years in these scnearions. One easy solution here is, in addition to the date filter you have in the dashboard, you can have additional layer of date filters, that applies to the base table.
Result: For particularly large datasets, applying a base table date filter on top of removing unnecessary columns can further reduce load times, ensuring queries run efficiently without sacrificing the flexibility to dive into older data when necessary.
As we continue to rely on BI tools like Sigma to draw actionable insights from increasingly complex datasets, optimizing for speed is crucial. We call 3 seconds the "magic time", in which business users interact with BI without feeling any frustration of pulling data. Even though it may sound dramatic, any wait beyond 5 seconds can discourage the usage of the BI and eventually lead to less data-driven decisions. By removing unnecessary columns from each visualization and applying a sensible date range filter to the base table, we saw significant improvements in loading times and a reduction in the costs.
Whether you’re an analyst maintaining dashboards, BI engineer dealing with latency, or a business user exploring Sigma, these two steps can transform your Sigma experience. Start by streamlining columns and use filter intentionally to rein in queries. With these optimizations, you’ll ensure your Sigma dashboards remain responsive, effective, and be a powerful tool that delivers insights for your business.