Allow Year-Month-Date isolation from each "Date" property

It is very annonying to build reports with Date properties at the moment.

For example, if we want to compare sales per month over years (months in rows, years in columns) -a very standard and simple dashboard- it is impossible to do it, as year aggregation works well, but monthly aggregation doesn’t group November 2021 with November 2020.

To achieve that, I’ve implemented the following workaround:

  • Build two workflows, one to extract the “Month” property and one to extract the “Year”.
    • Year:

- Issues:
  - It takes a lot of time to build
  - It is error prone
  - You need to replicate it for every year of historical data
  - You need to add a new branch each year
  - It takes time to recalculate
  • Month:

- It is even more terrible than "Year", it takes hooooours to build
  • Beyond the issues already commented, each Date property (Closing data, Creation date, etc.) needs this work to be replicated (sooo annoying).

With these workarounds and lost time I’ve been able to build a report:

This is frustrating! Please, build a proper architecture to work with dates! :smiley:

Thanks!

Ple

I think this is a great idea, month on month, year on year comparison as you say is a standard business requirement and helps to spot trends. This would be a very beneficial feature to have!