Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a day level data and need to show the last 6 month average in a table.
I have the data as follows,
Need the output in the following format,
Calculation logic --> (sum of last 6 months sales)/6 (exclude current month data)
Some one who can show how this can be implemented in table chart will be lot of help.
Thanks in advance. I have attached the data in excel sheet for your convenience.
Perhaps this
Sum({<Month = {"=$(=AddMonths(max(Month(Datefield))),-6)"}>} Sales) / Count ({<Month = {"=$(=AddMonths(max(Month(Datefield))),-6)"}>} Sales)
Do you have gaps in your dates or is this how your data is laid out? May be use The As-Of Table