The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have bar chart which shows floor wise cout of employees. I wanted to sort visual by floor sequence like - Basement, Ground Floor, 1st Floor and then 2nd Floor (Left to right) but since floor names contains number & alphabets I am not able to sort it in required sequence. When I sort axis by floor ascending order then bar chart looks like below -
I want to see in this sequence - Basement - Ground Floor - 1st Floor - 2nd Floor.
I tried by creating Floor table with Sr.No and merged it with my orginal database table but still not getting the required result.Floor table
Can anyone suggest, How this can be achieved..?
Solved! Go to Solution.
You need to sort the Floor column by the sort order column in the table view
Then sort the axis in the visual by Floor in ascending order
Proud to be a Super User!
Paul on Linkedin.
You need to sort the Floor column by the sort order column in the table view
Then sort the axis in the visual by Floor in ascending order
Proud to be a Super User!
Paul on Linkedin.
User | Count |
---|---|
86 | |
84 | |
35 | |
35 | |
35 |
User | Count |
---|---|
94 | |
79 | |
63 | |
55 | |
52 |