Forum Discussion

LaurenceSD's avatar
LaurenceSD
Advocate II
2 years ago

Running Total - Resets with Date Filter

Hi,   I've got a formula for calculating a running total which is this   Bookings This Year Running Total = if(max(Dates[Date])<=today(), CALCULATE(     [Bookings This Year],     FILTER(   ...