Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
GM!
So, I need to get the average response time of bookings by warehouse and by equipment.
.......
The dates are from different tables.
How can i do this? I know i'll need some formulas, but i cant reach them atm.
If you need more info tell me!
TY everyone 😄
Hi @170323003 ,
You need to share more information.
Sharing 2 columns with Date and Time will not help.
Try using DATEDIFF and then Average.
Regards,
Harsh Nathani
Ok, lets go:
I want to know, in average, how many time do bookings take to be allocated.
The relations are
Bookings ---> Equipment ---> Reserve
I've tried something that is wrong i guess, because there's no direct relation between bookings and reserves:
(measure)
// For this to work, you have to have:
// Bookings * -> 1 Equipment on [EquipmentID]
// Bookings * -> Reservas on [ReserveID]
AvgResponseTime =
AVERAGEX(
// This is the table you show
// in the picture, I assume.
Bookings,
DATEDIFF(
Bookings[Booking Date],
RELATED( Reservas[ResponseDate] ),
HOUR
)
)
I got this error:

And i didnt get this part u send:

forgot to mention that Reservas[ResponseDate] it's a measure i created:
@170323003 , you need to have a common row context for that. refer to my blog. Same is true for import mode
Hi, ty for your response.
Although i didnt get 😞
Could you be more specific or explain me by an easier way?
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 21 | |
| 10 | |
| 8 | |
| 8 |