Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Kalachuchi
Helper III
Helper III

Text yy to date yyyy

Hello guys, I have a the last two digits of the year and is in text format how can I make it 2020,2019 and in date format?

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Kalachuchi , Aumming you have year values like 19

a new column in date format

Date([Year]1,1)

 

or

date(2000+[Year],1,1)

 

in yyyy format

 

year(Date([Year]1,1))

 

or

year(date(2000+[Year],1,1))

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Kalachuchi , Aumming you have year values like 19

a new column in date format

Date([Year]1,1)

 

or

date(2000+[Year],1,1)

 

in yyyy format

 

year(Date([Year]1,1))

 

or

year(date(2000+[Year],1,1))

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.