Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Dear,
I created gantt chat display the projects status and have Start and end date columns. I wants display start and end dates on status bars. kindly advise how to archive this??
Gantt chat looks as below
Hi apentyala,
You said you want to show start date and end date in status bar, did you mean you want to show result like below?
If so, you could create column by expression like below
Column = gantt[start] & "-" & gantt[end]
Then add this in chart resource
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks Zoe, I want show Start date to left and End date to right side of status bar. however, I will show this solution user. Also, please confirm how disable todays line from the view??
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.