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
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]),
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |