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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
RyanLau
Regular Visitor

How to transform the month(Jan, Feb, Mar...Dec) to a Date format

Hi,

 

My data has no date column and has a month column(Jan, Feb, Mar...Dec) and a year column respectively, can I transform it with DAX?

 

For example 

Month    Year

| Jan     |  2022|   --> 1/1/2022

 

Thanks

Ryan

1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @RyanLau 

 

You can try the following methods.

Date = DATEVALUE('Table'[Year]&"/"&'Table'[Month]&"/"&"1")

vzhangti_0-1669965388119.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-zhangti
Community Support
Community Support

Hi, @RyanLau 

 

You can try the following methods.

Date = DATEVALUE('Table'[Year]&"/"&'Table'[Month]&"/"&"1")

vzhangti_0-1669965388119.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi Charlotte,

 

It really works, many thanks!

 

Regards

Ryan

mh2587
Super User
Super User

combine date and year column then change the data type to Date


Did I answer your question? If so, please mark my post as a solution!


Proud to be a Super User!




LinkedIn Icon
Muhammad Hasnain



Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.