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
Hi all.
I want to creat a new column using a condition from another column.
If the other column in the same row has a date, then use that date.
Otherwise use the previous date in that column.
Many thanks for looking.
=Table.FillDown(Table.AddColumn(PreviousStepName,"New",each List.Select(Record.List(_),each _ is date){0}?),{"New"})