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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Matho101
New Member

ReOrder 100% Stacked Bar Chart

Hi all, 

 

I'd like to re-order my graph below to show producers ranked per their quality performance

 

e.g if reordered by quality performance Producers G23 and G4 would be the first 2 producers on the column chart. Then conversely G28 would be the ranked the worst. 

 

Unsure on how best to approach this and whether this is possible. 

 

 
 

100% Stacked Bar.JPG

 

1 ACCEPTED SOLUTION
v-kelly-msft
Community Support
Community Support

Hi @Matho101 ,

 

First create a column as below:

 

Rank = RIGHT('Table'[Producer ],LEN('Table'[Producer ])-1)

 

Then duplicate "Producer"column :

 

_Producer = 'Table'[Producer ]

 

Make it sort by "Rank":

1.PNG

 

And you will see:

2.PNG

For the related .pbix file,pls see attached.

 

Best Regards,
Kelly

Did I answer your question? Mark my post as a solution!

 

View solution in original post

2 REPLIES 2
v-kelly-msft
Community Support
Community Support

Hi @Matho101 ,

 

First create a column as below:

 

Rank = RIGHT('Table'[Producer ],LEN('Table'[Producer ])-1)

 

Then duplicate "Producer"column :

 

_Producer = 'Table'[Producer ]

 

Make it sort by "Rank":

1.PNG

 

And you will see:

2.PNG

For the related .pbix file,pls see attached.

 

Best Regards,
Kelly

Did I answer your question? Mark my post as a solution!

 
amitchandak
Super User
Super User

@Matho101 , Not very clear. Check if there is an option on three dots to change sort.

 

Or you create 100% stacked with the stacked line visual (Create a % of subtotal measure)

Or add a line with a required measure for Sort(Rank column of Quality Performance.  And use that for sorting. Make like color same a background color so not much visible

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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