I am facing an issue I can't solve by my own.
I am working with time series. So I have date in column. The granularity can be YEAR, QUARTER & MONTH.
I wanted to know how to display the SUM of the LASTEST MONTH of the selected date granularity.
For example:
If we are displaying yearly data, I would like to see, for each year, the SUM of DECEMBER data
If we are displaying quarterly data, I would like to the SUM of MARCH data for Q1, The SUM of JUNE data for Q2 and so on.
Thank you in advance for your help and feel free to ask any question if it's not clear ! :)
Regards,
Maxime