Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
My goal is to find the average resolution time for the incidents. Below are the DAX queries. I am getting incorrect Average resolution time. The correct average resolution time is 31:57 (HH:MM). My result is 12:05 (HH:MM). Please let me know if I am missing anything here.
1. I converted Time coumn to round to the nearest minutes .
DATESINPERIOD is a time intelligence function that works only with standard date table that is marked as date table.
@tamerj1 Thank you for the response. What can I use instead of DATESINPERIOD for calculating average resolution time for the last 30 days (time is based on Resolved At date/Time field.)
you may try
'Source'[Resolved At] >= MAX(Source[Resolved At]) -30,
'Source'[Resolved At] <= MAX(Source[Resolved At]),
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
13 | |
11 | |
9 | |
8 | |
8 |