Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
Solved! Go to Solution.
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
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
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!