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:
- 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
- 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! ![]()
Thanks!
Ple


