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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
erikjanpoelen
Frequent Visitor

Return the minimum date when comparing two date columns (while ignoring blanks)

I want to retrieve the earliest date out of two date colums.

 

However, the MIN function does not help me as it sees BLANKS as 0, thus choosing BLANKS over a date, while I am looking for the date when the other column is empty.

 

Is there a work-around available? Excel seems to do this just fine.

 

test.PNG

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @erikjanpoelen

As tested, Ronald123's solution will retuen the min date for two column.

11.png

If you'd like this, please take this suggestion.

However, it seems you'd like to get min date by comparing two column, if one is blank, return the date instead of blank.

If so, please create a column

Column 3 = IF([date1]=BLANK(),[date2],IF([date2]=BLANK(),[date1],MIN([date1],[date2])))

12.png

 

 

Best Regards

Maggie

View solution in original post

3 REPLIES 3
v-juanli-msft
Community Support
Community Support

Hi @erikjanpoelen

As tested, Ronald123's solution will retuen the min date for two column.

11.png

If you'd like this, please take this suggestion.

However, it seems you'd like to get min date by comparing two column, if one is blank, return the date instead of blank.

If so, please create a column

Column 3 = IF([date1]=BLANK(),[date2],IF([date2]=BLANK(),[date1],MIN([date1],[date2])))

12.png

 

 

Best Regards

Maggie

Ronald123
Resolver III
Resolver III

Hello @erikjanpoelen,

 

Try this measure;

 

Naamloos.png

Greets,

 

Ronald

Greg_Deckler
Super User
Super User

Perhaps use MINX with a FILTER to weed out the BLANKS?


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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