Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Change text data type to date data type

Hi, I have fiscal Period column and I want to convert in to “Date” format.When  tried to change data type to “date” format It has created very weired number. I do not have any DATE column in my dat...
  • HotChilli's avatar
    HotChilli
    7 years ago

    In Power Query, change the column type to Text.

    Add a column like this

    Text.Combine({[Fiscal Period], "01"})

    That just adds 01 to the end of the data.

    Change the new column type to Date