Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all,
I need some help with sorting the categorical(text) column. is there any way to sort the value in one column in order?
Less than 5,
6 - 10,
11 - 20
...
over 500
I have tried switch(true() ....) to make a new column and sort by the new column, it's not working.
Many thanks!!
Solved! Go to Solution.
HI @Anonymous ,
I'm assuming that the groups you have here represent a column on your data, correct?
Create a table with the following data:
Category | Sort |
Less than 5 | 1 |
6-10 | 2 |
11-20 | 3 |
21-50 | 4 |
51-100 | 5 |
101-500 | 6 |
Over 500 | 7 |
Use the sort column to sort the category and relate this table with the column on your data table.
Then just use this table on your graph.
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHI @Anonymous ,
I'm assuming that the groups you have here represent a column on your data, correct?
Create a table with the following data:
Category | Sort |
Less than 5 | 1 |
6-10 | 2 |
11-20 | 3 |
21-50 | 4 |
51-100 | 5 |
101-500 | 6 |
Over 500 | 7 |
Use the sort column to sort the category and relate this table with the column on your data table.
Then just use this table on your graph.
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsUser | Count |
---|---|
84 | |
76 | |
74 | |
48 | |
39 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |