This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi all, i have a table of customer satisfaction as below
I would like to build a bar chart of count of response per question and its response detail as below;
my question is, how can I sort the X-axis, so that it based on order as below
1. Very Satisfied
2. Satisfied
3. Neutral
4. Dissatisfied
5. Very Dissatisfied
Thank you
Solved! Go to Solution.
Hi @Anonymous
you can make an index table with these values.
Something like
| Index | Response |
| 1 | Very Satisfied |
| 2 | Satisfied |
| 3 | Neutral |
| 4 | Dissatisfied |
| 5 | Very Dissatisfied |
then click on Response column and sort it by using the Sort By section and clicking on Index column
then you can drag this column in the axis of the bar chart.
Hi @Anonymous
you can make an index table with these values.
Something like
| Index | Response |
| 1 | Very Satisfied |
| 2 | Satisfied |
| 3 | Neutral |
| 4 | Dissatisfied |
| 5 | Very Dissatisfied |
then click on Response column and sort it by using the Sort By section and clicking on Index column
then you can drag this column in the axis of the bar chart.
how do you stop the auto stop on the visual level ?
Thanks @Anonymous for your answer. What I did id unpivot the question column and create other response table to sort the axis. Thanks again!
No problem 🙂
after I do this. the sort feature within the visual keeps trying to resort and wont allow my custom sort to show. how do disable this auto sort within the visual that is overriding my custom sort?
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 30 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 63 | |
| 53 | |
| 31 | |
| 23 | |
| 23 |