Forum Discussion

TonyHansson's avatar
TonyHansson
Frequent Visitor
3 years ago
Solved

Change date and time

Hi   I have a column with a date and time.   I need to keep the date, but change the time to always be 15:00   I have tried different but no luck.   Custom column = Date.From([#"Column"]) + #...
  • HotChilli's avatar
    3 years ago

    You could try constructing a datetime and hardcoding the time .

    Here's a start:

    #datetime(Date.Year([Column1]), Date.Month([Column1].....