Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Good day, I was trying to make a dax to get the previous row value as sample table above. Please advice. Thank u
Hi @GG_7096 try this as new column. I hope this help
Proud to be a Super User!
Hi @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]
)
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.