Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Dear All,
Hope someone can help me with the following:
I have a table with a column DATE IN with date values.
Sometimes one of the fields in this column is empty.
I want to add an extra column (custom column?) in power query which copies all the dates from the DAT IN column and fills the empty field with the date of TODAY.
Thanks!
John
Solved! Go to Solution.
@Anonymous , a new column
if [date in] = null then DateTime.Date(DateTime.LocalNow()) else [Date in]