Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am developing a dashboard that will show the top skills our training program is each row is a specific employee with the skills. When I look at the table in Power Bi, it looks something like this:
When I show it as a bar chart, it shows something like this. I tried to sort the axis by the skills, but it will only sort is alphabetically.
I am looking to sort the axis based on the total sum of the skills. For example, AI for Bussiness should be #1 and so on.
Solved! Go to Solution.
@tylerbostedt You can unpivot the six skill columns like below example and display the values in a bar chart with Attributes as a legend
After Unpivotting table looks like this, now load this table.
Front end Bar visual:
Did I answer your question ? If yes, please mark my post as a solution.
Thanks,
Jai 🙂
Proud to be a Super User! | |
Hi @tylerbostedt ,
You will find an option to sort the bar chart visual based on a aggregated field. Have you tried that ? Attaching a refrence image below. Here I have sorted count of products in descending order.
Did I answer your question ? If yes, please mark my post as a solution.
Thanks,
Jai 🙂
Proud to be a Super User! | |
I was only able to sort the axis by the count of one of the columns, this is the list:
This was the result:
@tylerbostedt You can unpivot the six skill columns like below example and display the values in a bar chart with Attributes as a legend
After Unpivotting table looks like this, now load this table.
Front end Bar visual:
Did I answer your question ? If yes, please mark my post as a solution.
Thanks,
Jai 🙂
Proud to be a Super User! | |
Thank you so much!!!!!
User | Count |
---|---|
72 | |
66 | |
34 | |
25 | |
22 |
User | Count |
---|---|
96 | |
94 | |
59 | |
45 | |
42 |