Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Bar Chart Organization

I have 5 different phases of a project and need to organize them 1-5.  It will only allow me to organize them 5-1 and when I click the various options within the ellipse on the top right, it still won't allow me to do that.

4 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Community Champion

    Generally, if you click the ellipses and choose what to sort by and then perform that exact same action again, choosing the exact same thing to sort by as before, it reverses the direction of the sort from ascending to descending or vice versa. You could alternatively use a Sort By column potentially as well.

    • Anonymous's avatar
      Anonymous
      Not applicable

      When I click the options in the ellipse it only goes 5 4 3 2 1 or 4 3 2 1 5.  None of them make it 1 2 3 4 5

  • joermccartney's avatar
    joermccartney
    Frequent Visitor

    You could create a measure for the total amount for each category seperately and then they will show up on the graph in the order you place them in the values section.

     

    ex:

     

    1-Meetings = calculate(sum(table[cost]), table[phase]="Meetings")