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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Chainfire74
Helper I
Helper I

X Axis Labels to Show month range instead of quarter.

Instead of showing q1/q2 etc... I'd like it to show Apr 22-Jun22 etc..

 

Is this possible?

 

Thanks

1 ACCEPTED SOLUTION
v-xiaotang
Community Support
Community Support

Hi @Chainfire74 

Thanks for reaching out to us.

>> to show Apr 22-Jun22 

You can try this,

vxiaotang_0-1659250973333.png

OR  

you can create a calendar table, then customize YM column

MMM YY = FORMAT('calendar'[Date],"mmm yy")

vxiaotang_1-1659251059990.png

vxiaotang_2-1659251540077.png

in this way, don't forget to sort [MMM YY] by [YM]

vxiaotang_3-1659251600981.png

 

 

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-xiaotang
Community Support
Community Support

Hi @Chainfire74 

Thanks for reaching out to us.

>> to show Apr 22-Jun22 

You can try this,

vxiaotang_0-1659250973333.png

OR  

you can create a calendar table, then customize YM column

MMM YY = FORMAT('calendar'[Date],"mmm yy")

vxiaotang_1-1659251059990.png

vxiaotang_2-1659251540077.png

in this way, don't forget to sort [MMM YY] by [YM]

vxiaotang_3-1659251600981.png

 

 

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Chainfire74 , Create a column Start Date of Quarter and then Create month from that

 

Start Date Qtr = startofquarter([Date])

or

 

eomonth(_max,-1* if( mod(Month([Date]),3) =0,3,mod(Month([Date]),3)))+1

 

Then,a new column

 

Format([Start Date Qtr], "mmm-yyyy")

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Sorry, fairly new so still getting to grips with the basics.

 

I've tried adding the date 01/04/2022 in the date section in this formula: Start Date Qtr = startofquarter([Date])

 

But it didn't work, what should I put in there?

 

Thanks

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.