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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Shinchan001
New Member

undefined

I was looking for multi Day Time Gap analysis for example If u have a supervisor and 3 employee are assigned to him for about 3 days we are tracking the hour 24 hours what is done by them so there cases where he do work for about 8 mins and take break for 14 mins so the d-cis should capture for 24 hours and Y axis would be supervisor,employee, Date hirerarchy can we do the same work around in power bi as visual. if so how to strat with It tried App Store gang chart but they are not capturing the gaps  need to visual to present this in visual format

1 REPLY 1
BhavinVyas3003
Solution Sage
Solution Sage

You can try to do this in Power BI using custom visuals like “Timeline” or “Gantt Chart” with a workaround:

  1. Prepare data with columns:
    • Supervisor, Employee, Date, StartTime, EndTime, ActivityType (Work/Break).
  2. Transform data so each row is a time block (e.g., 8 mins Work, 14 mins Break).
  3. Use Deneb (Vega-Lite) or ZoomCharts TimeChart for flexible time visuals.
  4. Set Y-axis as hierarchy: Supervisor → Employee → Date.
  5. Use color to show Work vs Break blocks.
  6. Ensure 24-hour axis using fixed time scale (00:00–23:59).

 


Thanks,
Bhavin
Problem solved? Hit “Accept as Solution” and high-five me with a Kudos! Others will thank you later!

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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

Top Solution Authors
Top Kudoed Authors