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
Anonymous
Not applicable

Issues sorting quarters and year

Hi Everyone,

 

I hope you can help me with my problem. I'm creating a visual wherein the X- AXIS should be sorted like this :

 

Opport.png

 

Q1 2018 | Q2 2018 | Q3 2018 | Q4 2018 | Q1 2019 | Q2 2019 | Q3 2019 and so on

 

but whats happening is

 

Q1 2018 | Q1 2019 | Q2 2018 | Q2 2019 | Q3 2018 | Q3 2019 and so on

 

I have a date table and I sort by column the QUARTER column by MONTHYEAR(integer) but it causing an errorSortERror.png

 

DateTable

datetable.png

 

Thank you in advance! 🙂

 

1 ACCEPTED SOLUTION
judspud
Solution Supplier
Solution Supplier

Hi @Anonymous 

 

Try creating a column that is numerical as the year followed by the quarter

 

for example 2017 Q1 = 20171, 2017 Q2 = 20172....

 

One method could be 'QuarterOrder = [Year]*10 + [QuarterOfYear]'

 

You can then sort the Quarter column by the QuarterOrder column to create the correct order

 

Hope this helps

 

Thanks,

George

View solution in original post

2 REPLIES 2
judspud
Solution Supplier
Solution Supplier

Hi @Anonymous 

 

Try creating a column that is numerical as the year followed by the quarter

 

for example 2017 Q1 = 20171, 2017 Q2 = 20172....

 

One method could be 'QuarterOrder = [Year]*10 + [QuarterOfYear]'

 

You can then sort the Quarter column by the QuarterOrder column to create the correct order

 

Hope this helps

 

Thanks,

George

Anonymous
Not applicable

This solved my problem! Thank you @judspud !

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