Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Monthly in progress ticket

Hello,   I have  a measure that counts the monthly in-progress tickets as below :  Inprogress=     CALCULATE (           COUNTA(BugRun[created]);           FILTER( ALLSELECTED(BugRun);        ...