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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors