Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Custom X Axis in Bar Graph

I'm trying to sort the look of this bar graph -- it is intended to be a 5 Month Rolling look at a pipeline. 4 months are obviously the remainder of 2019 (Sept-Dec), but when I include January 2020, i...
  • JosefPrakljacic's avatar
    JosefPrakljacic
    6 years ago

    I don't get it.

     

    If you only need 5 months, then you can change the parameters of the Date table in my example and enter the necessary range.

     

    You should have a Date table and link it to your table. (Why? Here is an explanation)

     

    If you don't want a DateTable for whatever reason you have to add another column to your existing table -> 

     

    YearMonthNo = FORMAT ( [Close Date], "YYYYMM" )

    You then classify this column as a number and you sort your monthnames by this column.

     

    That should meet your communicated expectations....

     

    If this post was helpful may I ask you to mark it as solution and give it some kudos?

    Have a nice day!

    BR,
    Josef