Forum Discussion

gcompliance's avatar
gcompliance
Frequent Visitor
5 years ago
Solved

Help calculate and visualize in process days

Hello, I have two date columns Case Opened Date and Case Closed Date. I looking to figure out a way to show when an item was in process. Ideally we would like to be able to say for the month of Janua...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi gcompliance ,

     

    I have modified the following measure.

    close case count = COUNTROWS(FILTER(ALL('Items'),TODAY()>=[A-StartDate]&&TODAY()>[A-EndDate]&&NOT(ISBLANK([A-EndDate]))))
    Result:

    Hope that's what you were looking for.

    Best Regards,

    Yuna

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.