Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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.
Solved! Go to Solution.
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:
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
Proud to be a 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:
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
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.
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.
Proud to be a Super User! | |
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
76 | |
61 | |
36 | |
32 |
User | Count |
---|---|
91 | |
60 | |
59 | |
49 | |
45 |