The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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