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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
amaasen
Regular Visitor

Utilization Data

Has anyone had any experience displaying utilization rates for fleet vehicles? I'm having trouble combining the variables into a usable metric. 

 

For example, I'm trying to visualize the fleet's availability by day and hour, factoring in the duration of reservations and how that impacts fleet availability. 

1 ACCEPTED SOLUTION
ExcelMonke
Super User
Super User

Hello amaasen,

Could you elaborate a little bit more about what you're exactly you're trying to achieve? In my organization, we have done something similar to what you're trying to achieve. A couple things for you to consider:

  • Time vehicles are available (e.g. are vehicles only available 8a - 5p every day? 24hrs a day?)
  • Calculate all time(s) a vehicle is booked
  • Utilization rate (Booked time / Available time)

You can consider building your model along the STAR schema guidelines, where you have your main fact table (vehicle booking times), a date(/time) dim table, and a vehicle dim table. 

 

This should get you started, but let me know if there's more you're hoping to achieve





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

3 REPLIES 3
ExcelMonke
Super User
Super User

Hello amaasen,

Could you elaborate a little bit more about what you're exactly you're trying to achieve? In my organization, we have done something similar to what you're trying to achieve. A couple things for you to consider:

  • Time vehicles are available (e.g. are vehicles only available 8a - 5p every day? 24hrs a day?)
  • Calculate all time(s) a vehicle is booked
  • Utilization rate (Booked time / Available time)

You can consider building your model along the STAR schema guidelines, where you have your main fact table (vehicle booking times), a date(/time) dim table, and a vehicle dim table. 

 

This should get you started, but let me know if there's more you're hoping to achieve





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





The screen shot below is an example of what we are trying to achieve. It aggregates all available vehicles by day and time slot. This accounts for some vehicles being booked starting at 7am for the entire day and others that are only booked for a short increment. 

amaasen_0-1747155728647.png

 

Yes, so what you could do is calculate the time available per vehicle (your denominator) and the time a vehicle is booked (your numerator), which should give you your % utilization. From there you can aggregate based on time and day. 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

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.

June 2025 community update carousel

Fabric Community Update - June 2025

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