Hi,
I have a Story (US1) that is linked to 3 Tasks (T1, T2 and T3) using the same link named “RELATION”. T1 has a label “ALPHA”, T2 has an empty label and T3 has label “BETA”. I am able to display the story and its linked three tasks in an eazyBI report without any problem.
Now I want to filter displayed tasks and show only tasks that have either an empty label or label “BETA”.
While i can find the dimension related to the issue link “RELATION”, i have found no mean to get into the attributes of the tasks in order to filter the tasks based on my criteria.
an idea?
Hello @M Amine
It seems that you had already reached out to us directly. I am pasting the solution here as well, in case other eazyBI users have a similar use case
Count( Filter( [RELATION].[RELATION].GetMembersByKeys([Issue].CurrentMember.Get('RELATION')), CoalesceEmpty([RELATION].CurrentMember.Get('Labels'),"") matches ".*BETA.*" OR IsEmpty([RELATION].CurrentMember.Get('Labels')) AND [Measures].[Issues created] >0 ) )
Best wishes,
Elita from support@eazybi.com
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.