Skip to main content

Hi All, 

 

I have a dataset and I want to generate the previous quarter results when I click on a current quarter.  

 

For example - if in the filters for Dt(Quarters) I select 2019Q4 I should get value 15,503 

Filter to get the previous Qtr Value

I tried using the below but I am still getting the current value for the quarter selected in the filter.  

{ FIXED DATEADD('quarter' , -1, [Dt]) : SUM([Amount])}

 

Any suggestions would be helpful. 

 

Attaching the workbook for your kind review.

 

Regards,

Rishi Saka 

답변 4개
0/9000