Back to changelog

Date precision in data models

Date fields in your data model can now declare the calendar precision they represent. For example, if a field contains one value per month, set its precision to month:

properties:
  subscription_month:
    name: Subscription month
    type: Date
    precision: month

Supersimple uses the declared precision by default when grouping the field, while still letting you choose a different precision in an exploration. It also preserves the precision through derived models, custom formulas, funnels, and date aggregations.

Supported precisions are year, quarter, month, week, day, and hour.

Read more in the docs.

Ready to get started?