Total Epics with field "parent link" empty

Hello!

I need to create a measure that counts the total number of epics with the empty “parent link” field per project.

When I select the dimension project with the Issue dimension this code works, but when I remove the issue dimension it does not work.

I tried this code

Best Regards,

Hi, @brenerfa

Welcom to the eazyBI community!

I’m sorry for not answering earlier.

If you are looking for Epics (Issue Type = Epic) with an empty parent link (Parent Link = none), I would suggest using a tuple. A tuple takes a identifies a slice of data, and in your case, it might look something like this:

(
  [Issue Type].[Epic],
  [Parent Link].[(none)]
)

Please read more about a tuple here: Tuple

Kindly,
Ilze support@eazybi.com

1 Like