Video | Tableau | Data visualisation | Analytics

Date axis ranges & Predictive

Tableau 2020.4 finally lets you extend the date axis into the future, but only if you understand which calculations actually support it.

  • Extending the date axis range only works with supported calculations: predictive modelling functions, table calculations like moving average and running total, and R/Python functions
  • With a moving average the number of nulls differs from the extension period because the calculation looks back over previous values, offsetting the deficit
  • When using MODEL_QUANTILE you must wrap the order date in a date truncation (DATETRUNC) and an ATTR to avoid mixing aggregate and non-aggregate arguments
  • The 'infer properties from missing values' option under Analysis must be ticked, otherwise the predictive model just draws a flat line into the future
  • The custom Show Future Values option lets you push the forecast further, but with too little data it becomes an unrealistic exponential curve, so common sense still applies