Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
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):
Could you please advice where I made a mistake?
Thnak you.
Solved! Go to Solution.
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 💡
Proud to be a Super User! | |
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.
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
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 💡
Proud to be a Super User! | |
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
55 | |
55 | |
36 | |
30 |
User | Count |
---|---|
79 | |
66 | |
45 | |
44 | |
42 |