GG_7096New Member3 years agoundefined Good day, I was trying to make a dax to get the previous row value as sample table above. Please advice. Thank u Show More
tamerj1Community Champion3 years agoHi GG_7096 Please try Previous Delivery_Date = MAXX ( FILTER ( CALCULATETABLE ( VALUES ( 'Table'[Delivery_Date] ), ALLEXCEPT ( 'Table', 'Table'[Item] ) ), 'Table'[Delivery_Date] < EARLIER ( 'Table'[Delivery_Date] ) ), 'Table'[Delivery_Date] )