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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
zpaul_010
Helper I
Helper I

How to reverse bar of Stacked column chart?

How to reverse bar of Stacked column chart?

I prefer the "yes" (shaded) to be at the bottom so I can make a percentage calculation target line at the bottom.

Capture4.PNG

 

 

 

 

1 ACCEPTED SOLUTION
TomMartens
Super User
Super User

Hey,

 

the order of the segments in a stacked column depends of the sequence of the segments.

By default this sequence (sort order) is derived from the name of the members (used as legend), from the root of yaxis (0) an element named "A" is at the bottom and an element named "Y" is at the top. To change this sequence, you have to change the sortoder. This can be done more or less very easily:

 

Default sequence of segment in the stacked bar column chartbase.png

 

Go to the model tab of mark the column where you want to change the sequence and assign a column that contains an index value representing the sortorder (this can be achieved by an DAX satement to create an calculated column like this

 

SortOrderStatus = IF('Table2'[status] = "yes", 1, 2)

sort by column.png

 

Done!

ordered.png

 

Done!

 

Hope this helps

 

Regards

 



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

View solution in original post

4 REPLIES 4
TomMartens
Super User
Super User

Hey,

 

the order of the segments in a stacked column depends of the sequence of the segments.

By default this sequence (sort order) is derived from the name of the members (used as legend), from the root of yaxis (0) an element named "A" is at the bottom and an element named "Y" is at the top. To change this sequence, you have to change the sortoder. This can be done more or less very easily:

 

Default sequence of segment in the stacked bar column chartbase.png

 

Go to the model tab of mark the column where you want to change the sequence and assign a column that contains an index value representing the sortorder (this can be achieved by an DAX satement to create an calculated column like this

 

SortOrderStatus = IF('Table2'[status] = "yes", 1, 2)

sort by column.png

 

Done!

ordered.png

 

Done!

 

Hope this helps

 

Regards

 



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Go to the model tab of mark the column where you want to change the sequence and assign a column that contains an index value representing the sortorder (this can be achieved by an DAX satement to create an calculated column like this

 

SortOrderStatus = IF('Table2'[status] = "yes", 1, 2)

 

 

Hey Tom,

 

I am trying my very hardest to get through this step of the process. Would you mind explaning this step a bit further?  I have 4 different data types that I need to sort through and am lost as to where to put this particular function. It would be very appreciated.

Thanks Tom. This worked! 

lbarreiro
Regular Visitor

Hello!!

 

I'm a new user in pbi. If I have understood your question, I believe that you have to change the order in value.

I hope help you.

 

 

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.