Forum Discussion
Luisje23
2 years agoNew Member
Need help regarding a date column PowerBi
Hi, currently I have a date column that is all the dates in 2022 year. I want the dates to switch to the 2023 year from row 49 onwards.
I have attached a picture of the column and column name that I want to change. The dates are correct up until row 49 which need to start going 01/01/2023 instead of repeating and still showing 01/01/2022
Thanks
you can ceate an index column in pq
then create a column
Column = if('Table (2)'[INDEX]<=49,'Table (2)'[DATE],EDATE('Table (2)'[DATE],12))