5 additional checks in Tableau Workbook Optimiser - New in Tableau 2022.2
Tableau 2022.2 quietly adds five more performance checks to the Workbook Optimizer, and a couple of them I'm surprised weren't there from the start.
- Tableau 2022.2 expands the Workbook Optimizer from 12 to 17 tests, adding five new performance checks
- Minimise date calculations and conversions in Tableau, use DATEPARSE and built-in functions like DATEDIFF, and prefer relative date filters over discrete ones
- Set a fixed dashboard size so Tableau Server or Cloud can cache the rendered workbook rather than re-rendering it for every screen size
- Replace live data connections with extracts where possible, as extracts are almost always the more performant data source
- Reduce data blending in favour of relationships, and use a calculated field with a CASE statement instead of native grouping for better performance
Tableau 2022.2 adds five new checks to the Workbook Optimizer, taking it from 12 to 17 tests, and each new check flags a specific performance habit worth fixing in your own workbooks.
The Workbook Optimizer runs a series of pass/fail tests against a workbook to flag performance issues. Comparing the same workbook's results between 2022.1 and 2022.2 reveals which checks are new.
- Compare optimizer results across versions 0:20
If you want to spot what's changed in a Tableau feature like this, one approach is to run the same workbook through the optimizer on both versions and screenshot the results side by side, making new checks easy to eyeball.
- New check: excessive date calculations 1:20
The optimizer now flags workbooks with too many date calculations or conversions. Minimise these where you can, use DATEPARSE or MAKEDATE for parsing, prefer built-in functions like DATEDIFF over manual logic, and use relative (continuous) date filters rather than discrete ones.
- New check: data blending 3:02
Blending performance depends on the number of unique values in the linking fields. Use relationships instead of blends where possible, and if a blend is unavoidable, blend on low-cardinality fields.
- New check: dashboard size not fixed 3:41
An unfixed dashboard size stops Tableau Server or Cloud from caching a rendered copy, since it can't predict the viewer's screen size, so it re-renders the view every time. Setting a fixed size lets the server cache the workbook like a website caches pages, which is a real performance win.
- New check: live data connection 4:45
Extracts are almost always faster than live connections, even against a fast raw database, because they carry extra native optimisation features. Where performance matters, use an extract instead of a live connection.
- New check: native groupings 5:21
Tableau's built-in grouping feature loads the entire domain of a field, which can hurt performance. Using a calculated field with a CASE statement to do the grouping instead can perform better.
- The Learn More links in the optimizer point to Tableau's documentation page, which was still showing 2022.1 content at the time of recording but is expected to be updated with details on the new checks.
- The five new tests all appeared at the bottom of the results list in the same order as the old ones, which made them straightforward to locate once you know to look there.
Run this comparison mentality whenever you're auditing a workbook for performance before pushing it to production, especially if you're relying on blends, live connections, native groups or flexible dashboard sizing without realising the cost.
How this Rollup was made provenance & method
A Rollup is drafted by AI from the video's transcript, then reviewed and edited by Tim. Everything used to produce this one is listed below — the model, the exact prompt, and the source video — so the process is transparent and reproducible.
- Transcription
- On-device — NVIDIA Parakeet v3 for recent videos, OpenAI Whisper large-v3 for earlier ones. The transcript never leaves the machine or gets published.
- Drafting
- Claude Sonnet 5 in the cloud, from that transcript.
- Prompt
- The exact Rollup prompt (v2) — the full system prompt, unedited.
- Source video
- Watch on YouTube
- Drafted
- 5 July 2026 at 09:38
- Reviewed & edited
- 5 July 2026 at 09:41 · by Tim Ngwena
Model + prompt + video is everything you'd need to recreate a Rollup like this yourself. The one thing we don't share is the transcript.
Rights. The video and its transcript are the property of TN Media Ltd. Unauthorised use or download is prohibited. © TN Media Ltd.