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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Niels_T
Post Patron
Post Patron

How to make a separate month and year column from a date column?

Hello,

 

I have a column as followed:

Niels_T_0-1608819530189.png

 

From this collumn I would like to make 2 new column's a year column (2018, 2019, 2020) and a month column (January, February, etc.).

 

Is there any way how to do this?

 

- N

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@Niels_T 

year column = year(updated_at)

month column =format(updated_at, "mmmm")

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
ryan_mayu
Super User
Super User

@Niels_T 

year column = year(updated_at)

month column =format(updated_at, "mmmm")

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




renatob
Regular Visitor

I could use the dax command month and the year 

then example for month and year 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors