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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
gvenkat55
New Member

Line and Stacked Column Chart - Need help to display lower value on top.

I'm trying to build a chart with line and stacked column chart. I'm creating a measure based on userid of employees and based on filters I derive the count I desire.

 

However When I try to plot it in to line and stacked column chart the Higher value shows up first and lower value below that. I want it the other way around for my needs.  Can this be done? Here are some screen shots attached.  I want the 238 on top and 834 below and similarly 146 on top and 565 below.  That total is based on just one measure and I'm driving off of that to produce my desired view. 

 

// Total ID = count(DataTab[ID]) // 

 

 

 

gvenkat55_0-1615581976503.png

 

 

 

3 REPLIES 3
Anonymous
Not applicable

@gvenkat55 

With my research and test, I am afraid you cannot achieve your requirement. Power bi doesn't support sort by the value in a singe bar.

 

Paul Zheng _ Community Support Team

AlexisOlson
Super User
Super User

If you have multiple measures, then I think reordering them in the Values field might do the trick.

 

If you are using the Legend field, then you might need to create an index column (and then sort by that column) to sort how you'd like.

I do not have multiple measures and don't need to. This is the only measure I have and those numbers are based on filtering them on a certain criteria

 

// Total ID = count(DataTab[ID]) // 

 

// If you are using the Legend field, then you might need to create an index column (and then sort by that column) to sort how you'd like. //

 

How do I do this? 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors