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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

24 Hour Gantt Chart | How to approach?

Hey folks,

 

Quick question here. So I have a dataset with 20 employees from around the world. For simplicity sake, fields include: Name, Start time working hours, end time working hours. I want to be able to create a static 24 hour gantt chart view showing when our employees are working within a universal 24 hour window.

 

I'm not too sure if this is possible, but if anyone has any guidance they could provide here, I'd really appreciate any help that I can get. Thank you!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

This visual in AppSource called  as Timeline allows you to create a Gnatt chart with hours/mins.

Or you can try to create a matrix according this post.

 

Best Regards,

Stephen Tao

 

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

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

 

This visual in AppSource called  as Timeline allows you to create a Gnatt chart with hours/mins.

Or you can try to create a matrix according this post.

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

mahoneypat
Microsoft Employee
Microsoft Employee

It is possible either with one of the custom Gantt visuals you can download, or you can turn a Matrix into a Gantt chart with the right DAX measure and some conditional formatting.  You will likely need a disconnected table with your Hour values to be used on the columns of the matrix to be used in your DAX measure to check if that hour is >= StartTime && <=EndTime.

Creating A Gantt Chart In Power BI Using Matrix | Enterprise DNA

 

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors