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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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
Super User
Super User

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
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors