Forum Discussion

EH_MW's avatar
EH_MW
Icon for Helper I rankHelper I
6 months ago
Solved

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

  • 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

  • hello EH_MW 

     

    perhaps using custom visual.

    however you can do the same output as your screenshot with matrix visual (although it will not exactly same as yours).

    Here is an example.

    Thank you.

  • v-ssriganesh's avatar
    v-ssriganesh
    Icon for Community Support rankCommunity 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's avatar
    v-sgandrathi
    Icon for Community Support rankCommunity 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.

  • 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.