Forum Discussion
bob57
Helper IV
6 years agoDate display format.
Requirement is for date in bar graph to be displayed using format mm/dd/yy. Seems like a simple solution would exist,but it evades me. Thank you.
- 6 years ago
Hi,
Please try this calcluated column:
Column = FORMAT('Table'[StartDate],"MM/DD/YY")Choose this column as X-axis in bar chart, it shows:
Hope this helps.
Best Regards,
Giotto Zhi
v-gizhi-msft
Community Support
6 years agoHi,
Please try this calcluated column:
Column = FORMAT('Table'[StartDate],"MM/DD/YY")Choose this column as X-axis in bar chart, it shows:
Hope this helps.
Best Regards,
Giotto Zhi