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 does not show any option in the properties that would allow for that to change. And so the automatic result is the following: 

 

Thanks for your support! 

Nelson 

  • 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

2 Replies