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.
How to sort columns in column chart the same way like rows in table are situated http://take.ms/pWh6T
In order to be in such way http://take.ms/i9huS
b/c now it sorts columns by Alphabetic order http://take.ms/fCQyU
Solved! Go to Solution.
Create a Method Order Column - giving each Method its custom order number (you may have to use 01, 02... for first 9)
then concatenate the 2
Method Sort = [Method Order]&". "&[Method]
And use that column in the Chart
Don't Load the Data - click Edit
Then in the Query Editor - BEFORE you load - change the Data Type - the zeros should show up
Hopefully this takes care of it.
In the top right corner of your chart - click the 3 dots - select Sort By - pick your choice - then you can sort either AZ or ZA
I want to maintain such order http://take.ms/zTGQd , not alphabetic
in order that columns http://take.ms/gctQ4 meet position of row in the table http://take.ms/9n0bx
Create a Method Order Column - giving each Method its custom order number (you may have to use 01, 02... for first 9)
then concatenate the 2
Method Sort = [Method Order]&". "&[Method]
And use that column in the Chart
it still something wrong http://take.ms/MluGe
even after I click Sort By Method sort http://take.ms/3ac7c it still nothing
this is table http://take.ms/BqIQs
Convert the numbers to TEXT (in the column before you concatenate) and add 0 to the first 9 numbers
so they are 01, 02, 03, ..., 09, 10, 11 etc...
That should do it.
I do that http://take.ms/C6iGv but when I copy it to Power BI transforms it to such view http://take.ms/A8a8S
In Edit Queries when I click Source It shows 01, 02, 03 http://take.ms/sFkOa
Don't Load the Data - click Edit
Then in the Query Editor - BEFORE you load - change the Data Type - the zeros should show up
Hopefully this takes care of it.
thanks:)
User | Count |
---|---|
75 | |
75 | |
45 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |