March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
Solved! Go to Solution.
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 chart
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)
Done!
Done!
Hope this helps
Regards
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 chart
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)
Done!
Done!
Hope this helps
Regards
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!
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
157 | |
97 | |
79 | |
69 |