In EazyBI formula, I need to get the number of issues that don't have "Labels=ECL"

Hi, @Kyung_Park

Welcom to the eazyBI community.

To filter out the issues with no certain label (or combinations with that label), subtract the label from all labels.
The formula might look like this:

[Label].DefaultMember
-
[Label].[plants]

Kindly,
Ilze

1 Like