Video | Tableau | Data visualisation | Analytics

Null explanation / detection in Ask data: New in Tableau 2021.3

Tableau 2021.3 can now flag when nulls are skewing your aggregations, but actually triggering that alert turned out to be a troubleshooting saga.

Part ofWhat's New in Tableau 2021.3
  • Explain Data only works on aggregated marks, so nulls won't be detected on a scatter plot where individual data points render null and disappear from the view.
  • The new 'percentage of nulls' explanation type can be enabled and filtered to via the Explain Data configuration wheel under explanation types.
  • Visual grouping and Tableau's automatic 'other' grouping can break Explain Data, so manually grouping records works more reliably.
  • Double-clicking the generated field (or control-dragging it into the calculation window) reveals the underlying SUM(IF null then 1 else 0) calculation Tableau builds on the fly.
  • Tableau's documentation describes a 'higher than expected amount of missing data' but never defines the threshold, so a dataset deliberately full of nulls may normalise and fail to trigger the alert.

Tableau added a new explanation type about missing data to help users understand why the values of certain marks are beyond the expected range.