Skip to main content

Hi all!

 

I have a table with the following columns/rows/measures:

How to ignore Date Filters for Moving Sum Calculations? 

And I am calculating moving sum for the metric value [1st SVC] like this:

WINDOW_SUM([1st SVC], -2, 0)

 

I want to display moving sums for each month. For eg. Expected output:

 

2-month for September-2023 will be sum of July, August & September Metric Value.

2-month for June-2023 will be sum of April, May & June Metric Value

And so on

 

But when I am applying filter on the date column, it is failing to calculate the moving sum only using the showed months to calculate it. Is there a way to ignore filters when calculating Moving Sum Calculations?

 

Best regards,

4 answers
0/9000