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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
LogMill1
Frequent Visitor

Join Two Date Columns on Null Value

I have two data columns within the same table that I am attempting to join. When there is a date in the first column, the second column is null and vice versa.  Is there a way to join the columns together on the null values?

 

Example Table1:

IDDate1Date2
11/1/2023(null)
21/2/2023(null)
3(null)1/3/2023
41/4/2023(null)
5(null)1/5/2023
6(null)1/6/2023
71/7/2023(null)
8(null)1/8/2023
1 ACCEPTED SOLUTION
Vijay_A_Verma
Super User
Super User

In a custom column put following

[Date1]??[Date2]

View solution in original post

1 REPLY 1
Vijay_A_Verma
Super User
Super User

In a custom column put following

[Date1]??[Date2]

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Solution Authors