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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors