This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi there,
I am creating a report using Line Chart where I want to show count based on hours.
Can anyone help me to sort out the time in a proper order.
I want it to be like 7 AM, 8AM, 9 AM,10 AM, etc.
Solved! Go to Solution.
Hello @Anonymous ,
Follow below steps to achieve this.
1. In Power Query create two columns. one for time and other for hour (hour column is created from the time column)
2. Make sure the hour column data is from 1-24 instead of AM-PM
3. Once data is loaded to Power BI Desktop, select the time column and sort it using hour column under the option sort by column
4. Use this time column in the visual then it will sort in proper order.
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!
Hello @Anonymous ,
Follow below steps to achieve this.
1. In Power Query create two columns. one for time and other for hour (hour column is created from the time column)
2. Make sure the hour column data is from 1-24 instead of AM-PM
3. Once data is loaded to Power BI Desktop, select the time column and sort it using hour column under the option sort by column
4. Use this time column in the visual then it will sort in proper order.
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!
@Anonymous can you share a sample dataset that you are using (after removing sensitive information)
Hi @AbbasG,
you can consider this as sample data
| Time | Logged Hours |
| 7 AM | 6 |
| 8 AM | 7 |
| 9 AM | 8 |
| 10 AM | 4 |
| 11 AM | 3 |
| 12 PM | 8 |
| 1 PM | 2 |
| 2 PM | 4 |
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 25 | |
| 25 | |
| 21 | |
| 14 |
| User | Count |
|---|---|
| 50 | |
| 46 | |
| 23 | |
| 18 | |
| 18 |