Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.