How can I count the number of issues that have crossed their due dates in easybi

Suvarsha Rai
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 12, 2017

How can I count the number of issues that are in todo and inprogress state but have crossed their due dates in easybi

1 answer

0 votes
Kat Jansen September 11, 2019

Suvarsha, 

The code below should work and it will change based on any dimensions you put in Pages or Rows. If you are not using resolution, replace Issue resolution date with Issue closed date. It is not currently dependent on status, but you can add Status to Pages and filter accordingly.

NonZero(Sum(Filter([Issue].[Issue].Members,
DateCompare([Measures].[Issue due date],now())>0
AND isEmpty([Measures].[Issue resolution date])
), [Measures].[Issues with due date]))

Regards,

-Kat

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events