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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Formula Help! New Column (If this is not blank, use this, else)

Hello!!

 

First time poster to this forum! HELPP.. I am struggling with this formula..  I have these three columns:

 

Scheduled End Date     Extended End Date      Actual End Date


It is like a funnel, so everyone has scheduled end date filled out, and then a good chunk have extended end date, and then only a few have actual end date -- 

I want to add a new column with an if statement, that if there is an actual end date, use that, if not then if there is a extended end date, use that date, else use schedule end date

 

Can someone help me with writing this formala exactly so I can copy paste? Thanks in advance!

 

Hannah

3 REPLIES 3
Vijay_A_Verma
Super User
Super User

Use this

= [Actual End Date]??[Extended End Date]??[Scheduled End Date]
Anonymous
Not applicable

thanks for your response! can you write it out completely? 

The above one is complete. 

?? is Coalesce operator like other operators such as or, and etc..

Helpful resources

Announcements
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.

Top Solution Authors