I am trying to calculate a date by using two date columns. I want to use column mos_d_override first but if there is a null value then i want to use mos_d_schedule. I get results but not correct results. The results of this formula are used in another formula to calculate past due days. I am new to this so please bear with me. Thank you.
if [mos_d_override] is null then Date.AddDays([d_schedule] else Date.AddDays([mos_d_override]