Date Values Scoring

How to score date columns

Date Scoring lets you translate how recent (or how far in the future) a date/time value is into a numeric score. You define what counts as good, what counts as bad, and the system automatically scales everything in‑between.

How it works

  1. Choose a column of type DateTime.
  1. Pick the metric direction:
      • Lower is better – newer dates receive higher scores.
      • Higher is better – older dates receive higher scores.
  1. Set two threshold values (see Thresholds panel in the screenshot):
      • Good threshold – any value better than this gets the maximum score.
      • Bad threshold – any value worse than this gets 0 points.
  1. Values that fall between the thresholds are linearly interpolated.
Example – Created Date (Lower is better)

To flip the behaviour simply switch the metric direction to Higher is better.

Threshold units

You are not limited to counting in days. Pick the unit that matches your use‑case from the Unit dropdown:

  • Days ago
  • Days in future
  • Months ago
  • Months in future
  • Quarters ago
  • Quarters in future

The platform automatically converts the chosen unit to an exact date relative to today, so your thresholds stay accurate over time.

Tips

  • Use Days ago for short‑term freshness checks and Months/Quarters for longer lifecycles.
  • Keep the “good” threshold inclusive (≤) and the “bad” threshold exclusive (>) for predictable scoring.
  • Revisit thresholds periodically — business expectations of “fresh” vs “stale” can change.
 
Did this answer your question?
😞
😐
🤩

Last updated on August 6, 2021