Count unassigned issues

Hello,

Is there a way to count unassigned issues as a measure?

Thanks

Hi,

Yes, there is a way to calculate unassigned issues for your eazyBI report.
For that reason you could create a new user-defined calculated measure using tuples

(
[Measures].[Issues created],
[Assignee].[(Unassigned)]
)

Martins / eazyBI support

1 Like