Forum Discussion

Nazar's avatar
Nazar
Helper I
10 years ago
Solved

Sort a columns by the rows

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

  • 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.

8 Replies

  • Sean's avatar
    Sean
    Community Champion

    Nazar

    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

      • Sean's avatar
        Sean
        Community Champion

        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