Forum Discussion
bob57
6 years agoHelper IV
Date 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.
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
3 Replies
- Greg_DecklerCommunity Champion
Should be able to change it in the Format tab of the ribbon. Also, you can use the technique here potentially: https://community.powerbi.com/t5/Quick-Measures-Gallery/Chelsie-Eiden-s-Duration/m-p/793639#M389
- amitchandakSuper User
You can choose the format you wanted by changing the format
- v-gizhi-msftCommunity Support
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