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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Cavan9
New Member

How to create planned vs actual timeline visual in less than hourly granularity.

Hello.

I have a need to create a data set that visually shows variations between planned and actual timelines, within a single day, on a 5-10 minute increment basis.

Every day has an active work window of approximately 1.5-2 hours, which will be planned out in advance. Commonly, but not every day, there will be some variance (both early and late).

The data, day by day, may look something like this:

Cavan9_0-1728297392837.png

The two ways I was able to identify this were using bar charts with error bars (or a bullet graph) and through the use of a matrix. I was not sure which approach would be better suited, and was unable to create either myself.

 

Either way, the timeline needs to:

  • Start at a consistent X-Axis offset from the data it is showing (this cannot be a set number as timings vary by up to 3 hours between different groups).
  • Show the X-Axis as 5 minute increments for a matching duration of time (roughly between 90 and 120 minutes, but variable)
  • Highlight variations (both early and late) between actual and planned.

It seems like videos such as this Create A Gantt Chart In Power BI With A Matrix Visual (youtube.com) are close to what I want to be able to do, but I am unclear how to structure my data and create the measures that would do this for me on a 5 minute increment timescale 'and' highlight variations between actual and planned.

 

 

1 REPLY 1
lbendlin
Super User
Super User

 I am unclear how to structure my data and create the measures that would do this for me on a 5 minute increment timescale

Create a reference table that has these buckets prepopulated, or use GENERATESERIES to do that on the fly (multiply your date values by 288)

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 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