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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi all,
I am wondering if someone can help me with this. I have these 2 date columns, I am looking for a way to retrieve the earlier of 2 dates in a new column.
thanks
Solved! Go to Solution.
aha =, then try
= MIN(MIN('deal'[close_date]), MIN('tier'[deal_close_date]))
try this
= MIN([close_date], [deal_close_date])
thanks I forgot to mention they are from 2 different tables. When I try your solution, I get this error