Forum Discussion
Anonymous
6 years agoNot applicable
DAX Filter
HI Guys, I have a quick question: - Lets say I filtered my entire report on Calendar Date is in "Previous Week" - But I need one of my measures to check if something was assorted in the last 6 ...
- Anonymous6 years ago
Anonymous
The page filter only changes the displayed visual, the calculating result still take the last 6 months value.For example, I have a measure calculate the last month value, when I set page filter to before 2020/2/1. The result 193 doesn't change, only the visual is filtered.
Best, regards
Paul Zheng
amitchandak
6 years agoSuper User
Seems fine or you can try like example below
Rolling 6 = CALCULATE(sum(Sales[Sales Amount]),DATESINPERIOD('Date'[Date],today(),-6,MONTH))