Video | Tableau | Data visualisation

Step Line Chart in Tableau: Tableau Quick Tip

A step line chart is one of the simplest ways to remove noise and let your audience see the trend without drowning in detail.

  • A step line chart strips out daily noise so users can focus on the broader trend over time
  • Use a FIXED level of detail calculation combined with DATETRUNC to aggregate the data at a higher level than your visualisation displays
  • Typing DATETRUNC with 'week' returns the weekly total on every day in that week, which produces the stepped effect
  • You can change the aggregation level (week to month) just by editing the truncation string in the calculation
  • Be careful comparing two step charts side by side, as different aggregation levels change the axis scale and can mislead the user

A really quick video on how to create a step line chart in Tableau. I used Tableau 10.1.4 but this will work in versions 9 or later as it requires fixed level of detail calculations.