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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
devgian
Frequent Visitor

FORMAT created column to MMM

Hello Everyone, 

I have a created column 

4/17/2023 4:19:06 AM

I created another column and i want this column created to be a month and i used 

Month = FORMAT(tbl[created], "MMM") but it did not change. 

Am i doing it incorrectly?

Thanks in advance for your help

1 ACCEPTED SOLUTION
devgian
Frequent Visitor

Got it. 

Month = FORMAT(DATEVALUE(tbl[created]), "MMM") 
//DATEVALUE SOLVES IT 

View solution in original post

1 REPLY 1
devgian
Frequent Visitor

Got it. 

Month = FORMAT(DATEVALUE(tbl[created]), "MMM") 
//DATEVALUE SOLVES IT 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Solution Authors
Top Kudoed Authors