Forum Discussion

MSMK's avatar
MSMK
New Member
1 year ago
Solved

Add Column Comparing Two Date Columns and Returning the Next date in Column 2 from Column 1

I am customizing my date table for my business. I have built a column containing only the dates we are open. As we are closed on the weekend I have null values for Saturday, Sunday and holiday closur...
  • jgeddes's avatar
    1 year ago

    You may be able to add the column referencing the [date_open] column and then doing a Table.FillUp() (or Table.FillDown() depending on which way the table is sorted) step to the new column.