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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
laganlee
Helper II
Helper II

Create a column from another using the previous/current date in another

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.

laganlee_1-1675961177382.png

 

Many thanks for looking.

 

1 REPLY 1
wdx223_Daniel
Super User
Super User

=Table.FillDown(Table.AddColumn(PreviousStepName,"New",each List.Select(Record.List(_),each _ is date){0}?),{"New"})

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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