I'd like to add a monthly trend line to make the trend look more obvious. So, for the example above, I want lines of November and December to have values of 490.2 and 908.3, respectively.
However, I can't figure out how to add measure that will compute the average of sum of values for that month and add a horizontal trend line for that month.
I found few posts on Qlik community and someone had suggested to use `sum(total <month> volume)/count(distinct total <month> date` , but<month>thing which he seemed to have used to add as conditional statement doesn't work for me somehow, even after I create master dimension/measure for month time frame. Any help would be appreciated.