Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
EloiseJane
Frequent Visitor

date diff if case open

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

 

1 REPLY 1
M_L
Frequent Visitor

Hello, Let me know if this works in your table

 

Average time =

    AVERAGEX(
FILTER('Table';'Table'[Status]="closed");
'Table'[Completed Date]-'Table'[Start Date])

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.