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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
Sandipan_03
Regular Visitor

How to change the sequence of columns in a column chart in PowerBI

Hi, 

Can you please help me with how can I change the sequence of the columns of the graph i.e I want started to be at the end and submitted in the middle. the sequence will be 

1) Phone Screen Completed

2) Submitted 

3) Started

 

 

 

 

Screenshot (63).png

 

 

 

Thank You

Sandipan

1 ACCEPTED SOLUTION
AmiraBedh
Super User
Super User

Create a new column in your table that specifies the sort order for each of your categories ('Phone Screen Completed', 'Submitted', 'Started').

  • For example, the sort order column could look like:
    • Phone Screen Completed: 1
    • Submitted: 2
    • Started: 3

Then, in the Modeling tab in the top menu, click on 'Sort by Column' and choose the new sort order column you've created.


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

View solution in original post

1 REPLY 1
AmiraBedh
Super User
Super User

Create a new column in your table that specifies the sort order for each of your categories ('Phone Screen Completed', 'Submitted', 'Started').

  • For example, the sort order column could look like:
    • Phone Screen Completed: 1
    • Submitted: 2
    • Started: 3

Then, in the Modeling tab in the top menu, click on 'Sort by Column' and choose the new sort order column you've created.


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors