Forum Discussion

andrea_chiappo's avatar
andrea_chiappo
Icon for Helper III rankHelper III
6 years ago
Solved

add one year to date column

This should be very easy, yet it doens't work   I tried both creating a new column and a new measure to get dates one year  ahead with respect to the date column you see in the attachment.   As y...
  • amitchandak's avatar
    6 years ago

    andrea_chiappo 

    As a new column is should have worked. Check are you creating a measure or column

    You can also try a new measure like

    New column = Date(year('TableName'[createdDate])+1,month('TableName'[createdDate]),day('TableName'[createdDate]))