Hi,
Can anyone explain why this DATEADD formula returns max of actual arrival in the present month instead of max of actual arrival for the previous month?
CALCULATE(MAX(V_LocoKPI[ActualArrival]);DATEADD(Dim_DatesArrival[Date];-1;MONTH))
//Caj
Can anyone explain why this DATEADD formula returns max of actual arrival in the present month instead of max of actual arrival for the previous month?
CALCULATE(MAX(V_LocoKPI[ActualArrival]);DATEADD(Dim_DatesArrival[Date];-1;MONTH))
//Caj