Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
samanthamirae
Resolver I
Resolver I

Remove day of week on Gantt Chart?

Hi,

 

Is there any way I can remove the day of the week on the Gantt Chart? As shown in the screenshot, I'd like to remove the "Fri," "Tue," and "Sat" etc. and just have it be the month and year, ideally. Thank you!

 

screenshot.PNG 

1 ACCEPTED SOLUTION
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @samanthamirae,

 

By default, it is not able to remove the weekday from date field. As a workaround, you can create a calculated column by formatting the original date field.

Column = FORMAT(Test3[Date],"MMM DD YYYY")

1.PNG

 

Regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @samanthamirae,

 

By default, it is not able to remove the weekday from date field. As a workaround, you can create a calculated column by formatting the original date field.

Column = FORMAT(Test3[Date],"MMM DD YYYY")

1.PNG

 

Regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi @samanthamirae

 

In Visualizations Tab -> Fields tab -> for the date column, you would have selected date hierarchy. You can delete the day from there , it will be remoed from the chart.

 

Day Hierarchy.PNG

Thanks

Raj

Thank you for your reply Raj. I am trying this but only 'Year' shows up as date hierarchy. I'm assuming Gantt chart only supports year?

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors