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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
mohamedm
Frequent Visitor

I have Timing Order but Chart is getting sort by value

Dear All,

 

i have timing_hour

00-01

01-02

02-03

 

the data values, when i add this to chart order based on value hight value coming first , i want to make timing order anyway i can do ?

chart should 00-01 , 01-02 etc..

mohamedm_0-1738217915129.png

 

 

1 ACCEPTED SOLUTION
Uzi2019
Super User
Super User

Hi @mohamedm 

 

Try to sort then chart by time value column.

 

Uzi2019_1-1738218557069.png

 

 

 

sort by time value instead of numeric value.

 

Click on 3 dots of your chart > sort by select field name > Asc/desc

 

I hope I answered your question!

 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

View solution in original post

3 REPLIES 3
Uzi2019
Super User
Super User

Hi @mohamedm 

 

Try to sort then chart by time value column.

 

Uzi2019_1-1738218557069.png

 

 

 

sort by time value instead of numeric value.

 

Click on 3 dots of your chart > sort by select field name > Asc/desc

 

I hope I answered your question!

 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Thanks it worked.. 

bhanu_gautam
Super User
Super User

@mohamedm You can create a calculated column that extracts the hour part of your timing_hour values.

 

SortOrder = VALUE(LEFT([timing_hour], 2))

 

After creating the SortOrder column, go back to the "Data" view.
Select the timing_hour column.
In the "Column tools" menu, click on "Sort by Column" and choose the SortOrder column.




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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