Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
edwardroa
Helper I
Helper I

return latest date between 2 date columns

Hi there,

 

I am struggling to find an efficient DAX formula to give me a column which contains the latest date from 2 date columns.

For example, the below table is my data source and the 2 columns I would like to use are "Lease End Date" & "Lease Secondary End Date":

edwardroa_0-1654647560359.png

 

I would like to add the below column highlighted as desired result in Power BI?

edwardroa_1-1654647619862.png

 

Please help me solve, I've been trying for the last 2 hours with no easy solution found yet.

Thank you,

Edward

 

1 ACCEPTED SOLUTION
vapid128
Solution Specialist
Solution Specialist

Max([Lease End Date],[Lease Secoundary End Date])

View solution in original post

3 REPLIES 3
vapid128
Solution Specialist
Solution Specialist

Max([Lease End Date],[Lease Secoundary End Date])

Thank you.

 

For the rows which has a blank "Lease Secondary End Date" the result is returning me a blank instead of the "Lease End Date"?

when we use MAX , blank = 0.  the result will be whatever non 0.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.