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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Deepakbqsingh
New Member

How to change format from Month name to "MMM" format in power bi

I am trying to change the format of my Month column to "MMM" format using the DAX query FORMAT(Sales([MONTH]), "MMM").

I am getting the below error.

 

Deepakbqsingh_0-1720932267211.png

 

Right now values in my month column is in below format.

 

Deepakbqsingh_3-1720932361979.png

 

Please suggest the right way to achieve this.

 

Thanks.

 
 

 

 

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi,

I am not sure if you have date_column in the table, but I suggest like below.

Please check the attached pbix file.

 

 

- if you have date column in the table, try using Date.ToText function in Power Query Editor.

Date.ToText - PowerQuery M | Microsoft Learn

 

Jihwan_Kim_1-1720934285699.png

 

 

- if you want to use full_month_name column, try using Text.Start function in Power Query Editor.

Text.Start - PowerQuery M | Microsoft Learn

 

Jihwan_Kim_0-1720934271981.png

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

View solution in original post

2 REPLIES 2
Sakshi_Kank_08
New Member

MonthShortMeasure = FORMAT(SELECTEDVALUE([YourDateColumn]), "MMM") 

This one of the way to change the Month name to "MMM" format

Jihwan_Kim
Super User
Super User

Hi,

I am not sure if you have date_column in the table, but I suggest like below.

Please check the attached pbix file.

 

 

- if you have date column in the table, try using Date.ToText function in Power Query Editor.

Date.ToText - PowerQuery M | Microsoft Learn

 

Jihwan_Kim_1-1720934285699.png

 

 

- if you want to use full_month_name column, try using Text.Start function in Power Query Editor.

Text.Start - PowerQuery M | Microsoft Learn

 

Jihwan_Kim_0-1720934271981.png

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

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 Solution Authors