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
aishak12
Helper IV
Helper IV

How to change Month Abbreviation in Table Matrix

Hi All, 


I have a calculated column to convert my Period column into dates. Now in the table matrix it shows the months as (January, February, March). Is it possible to convert these into abbreviations such as (JAN, FEB, MARCH)?

 

 

aishak12_0-1616371944013.png

 

aishak12_1-1616372037832.png

aishak12_2-1616372078134.png

 

 

4 REPLIES 4
PhilipTreacy
Super User
Super User

Hi @aishak12 

Select the column and then in the Ribbon type in the Format String mmm and press Enter

dform.png

 

dform2.png

Regards

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


Im sorry im also using the format for year, How would I change it for this situation

aishak12_0-1616380073111.png

 

Hi @aishak12 

So you want to show the year and month in the Matrix?

OK, instead of just typing mmm into the Format area type mmm yyyy which will give you (for example) Jan 2021 .

Applying formatting like this is better than changing the underlying data type to string (text) in your column.  Leaving the column as DateTime allows you to still use it in other calculations that require a date.

regards

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


Anonymous
Not applicable

HI @aishak12 

You can use

PeriodFormatted = FORMAT(DATE(LEFT([Period],4), RIGHT([Period],2),1), "yyyy-mmm-dd")

 

Also, if you need any other formatting help refer to the below link.

FORMAT function (DAX) - DAX | Microsoft Docs

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
Top Kudoed Authors