Forum Discussion
JL2007
3 years agoFrequent Visitor
Rolling 3 Months not Filtering
Hi, I am trying to get a rolling total of $ Values over the previous 3 months, I've been able to get this to work with the code below, but my problem now is when trying to filter for different offic...
- 3 years ago
try use all+values
ALL ( '4 Year Bookings'),
VALUES('4 Year Bookings'[Office],
FreemanZ
Super User
3 years agobecause filters are ignored by ALL ( '4 Year Bookings'), try to leave it out
JL2007
3 years agoFrequent Visitor
I did try that, and then the rolling 3 month total that does work stops working. The only way I've been able to succesfully calculate the last 3 month values is by having the 'ALL' option, but then it breaks the filter.