Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

infographic - X Axis Date Format

Hi community,    I would like to ask if anyone came across with this same issue. I am unable to modify the date format of the X Axis. However I have modified it within the model to "MMM YYYY", it d...
  • parry2k's avatar
    7 years ago

    Anonymous didn't use inforgraphic  but may be you want to add a column with required date format and use that for x-axis

     

    Date for Axis = FORMAT( Table[Date], "MMM, dd" )

    and sort "date for axis" column by table[date] column and use this new column for x-axis