For example in x axis, we will be having data from Aug-23 to Jul-24. And in y axis the count of total number of notifications should be present in a manner that Aug-23 value should be summation from Sept-22 to Aug-23 data even though Sept-22 is not shown in x axis.
The below given are the things what I had tried:
Dimension : =If(Report_MonthYear >= monthstart(addmonths(today(),-12)) and Report_MonthYear <= monthstart(addmonths(today(),-1)),Report_MonthYear)
Measure :
RangeSum(Above(Count(distinct {<
Report_MonthYear -= { "$(='>=' & Date(AddMonths(TruncateMonth(Today()),-12),'MMM-YYYY'))<=' & Date(TruncateMonth(Today()),'MMM-YYYY')"} >} Notification),0,12))