Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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)?
Hi @aishak12
Select the column and then in the Ribbon type in the Format String mmm and press Enter
Regards
Phil
Proud to be a Super User!
Im sorry im also using the format for year, How would I change it for this situation
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
Proud to be a Super User!
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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!