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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
ToMaSnAw
Regular Visitor

Wrong date formatting - FORMAT(Date, "MM")

 

Hi,

I would like to have my chart labelled with month/year format type "06/23" (for June 2023).

I have created Date column with format DD/MM/YY but when I use it on chart I got this

Chart.PNG

I tried to created separate columns for Month and Year using MONTH and YEAR functions, but still this is not that value I want so I used FORMAT function to get desired month format: NewMonth with "MM" format but I received values completely out of blue (at least for me):

MonthFormat.PNGNewMonth.PNG

 

Could you please advice where I made a mistake?

 

Thnak you.

 

1 ACCEPTED SOLUTION
Idrissshatila
Super User
Super User

Hello @ToMaSnAw ,

 

use the following :

for full Month Name:

NewMonth = Format( 'TableName' [NewDate],"mmmm")

for Short Month Name:

NewMonth = Format( 'TableName' [NewDate],"mmm")

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Follow me on Linkedin
Vote for my Community Mobile App Idea 💡



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




View solution in original post

2 REPLIES 2
ToMaSnAw
Regular Visitor

Thanks @Idrissshatila!

I needed extended numeric version "MM", but you pointed that I should set referece to full date not just month value, and with that, using "MM/YY" I got what I needed.chartv2.PNG

Edit:

I just realised that using formatted values it has changed my chart, it is automtically sorting from biggest values on Y-axis, @Idrissshatila do you know by chance how get sorted by X-axis? Is it because I don't have hierarchy on this new column with formatted date?

Edit2: Ok, I found it, on Visual "..." I can can pick which axis is used for sorting

Idrissshatila
Super User
Super User

Hello @ToMaSnAw ,

 

use the following :

for full Month Name:

NewMonth = Format( 'TableName' [NewDate],"mmmm")

for Short Month Name:

NewMonth = Format( 'TableName' [NewDate],"mmm")

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Follow me on Linkedin
Vote for my Community Mobile App Idea 💡



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

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.