Video | Tableau | Data visualisation | Analytics

Spatial Parameters in Tableau 2024.3

Spatial parameters in Tableau 2024.3 are a brilliant addition, but the real work is wrapping your head around the WKT format first.

Part ofWhat's new in Tableau 2024.3
  • Spatial parameters require the WKT format rather than latitudes and longitudes, and an online WKT playground tool is the easiest way to generate the point, line and polygon strings you need.
  • Loading highly detailed spatial objects (like all US states) into a parameter causes severe performance problems, so it's better to build a fixed list of optimised polygons that persist in the workbook without a data source.
  • To attach real geometries to Superstore, add a spatial file and use a relationship matching state name to the spatial file's name field.
  • Use BUFFER() with your spatial parameter and a distance to create a focal area, then use INTERSECTS() (which returns a Boolean) against the underlying geometry to filter and create a zooming effect.
  • Detected geographic fields (country, region, state, city) are not true geometries; only points, lines and polygons defined in WKT count as spatial objects.

In this video, I dive into the new spatial parameters feature in Tableau 24.3. Join me on a learning journey as I explore the WKT (Well-Known Text) format, which is essential for using spatial parameters in Tableau. I’ll guide you through the process of creating and using spatial parameters, and demonstrate a couple of practical use cases that you can implement right away. This feature is a fantastic addition to Tableau’s spatial capabilities, which have been evolving rapidly over the past few years. I’ll also share some tips and resources to help you get started. Let’s get stuck in!

Timestamps 0:00 Intro 0:49 Context 4:00 How they work 8:51 Map focus use case 15:24 Final tweaks and Thoughts