Forum Discussion
Stacked Bar Chart Timeline Gantt Chart
I know Power BI does not offer a native Gantt chart. I have looked at some of the free 3rd party visuals and none seem to meet our needs. I'm curious if building something like below would be possible using a stacked bar chart. Each row would contain a project with each section of the bar representing one of the 5 phases that the project goes through (color coded) and a timeline along the X axis. This is being requested by leadership, but I have not been able to come up with any way of accomplishing this.
No I just used the Gantt chart I was already using and made it work as best I could. Without a lot of DAX, there is no way to achieve what I wanted to do.
5 Replies
- Natarajan_M
Super User
Hi EH_MW , You can make use of SVG to achieve your requirement
I have created a sample image based on the data I have added , you can customize it for your need .
Sample data :
Pbix file : SVG.pbix
Thanks
If this response was helpful in any way, I’d gladly accept a kudo.
Please mark it as the correct solution. It helps other community members find their way faster - v-ssriganesh
Community Support
Hi EH_MW,
Thank you for posting your query in the Microsoft Fabric Community Forum, and thanks to Natarajan_M & Irwan for sharing valuable insights.
Could you please confirm if your query has been resolved by the provided solutions? This would be helpful for other members who may encounter similar issues.
Thank you for being part of the Microsoft Fabric Community.
- v-sgandrathi
Community Support
Hi EH_MW,
I wanted to follow up on our previous suggestions regarding the issue. We would love to hear back from you to ensure we can assist you further.
Thankyou.
- EH_MW
Helper I
No I just used the Gantt chart I was already using and made it work as best I could. Without a lot of DAX, there is no way to achieve what I wanted to do.