The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi
I am trying to establish an average case processing time for closed cases. I have 3 columns: Start Date/Completed date & Status(open/closed)
I am tring to use a CALCUALTE/DATEDIFF/FILTER formula, but i am not getting anywhere.
can anyone advise the best dax forumula i can use please?
Thanks
Hello, Let me know if this works in your table
Average time =
AVERAGEX(
FILTER('Table';'Table'[Status]="closed");
'Table'[Completed Date]-'Table'[Start Date])
User | Count |
---|---|
14 | |
12 | |
8 | |
6 | |
5 |
User | Count |
---|---|
29 | |
18 | |
13 | |
8 | |
5 |