Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Last 6 month Average on day level data

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,

data.JPG

Need the output in the following format,

output.JPG

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.

2 Replies
Anil_Babu_Samineni

Perhaps this

Sum({<Month = {"=$(=AddMonths(max(Month(Datefield))),-6)"}>} Sales) / Count ({<Month = {"=$(=AddMonths(max(Month(Datefield))),-6)"}>} Sales)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sunny_talwar

Do you have gaps in your dates or is this how your data is laid out? May be use The As-Of Table