Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
how do i create a calculated dimension for dates to show for prev month if we on current max month
each month it must roll back by a full prev month.
or in the Expression if possible also, if maybe we want to sum sales.
e.g
output should be:
If(Dates<MonthStart(today()) and Dates>=MonthStart(today(),-1),Dates)