Counting measure with EazyBI sum and filter

Victor Seger August 30, 2017

I need to make the following measure to sum the values:

([Measures].[Transitions to],
[Transition Field].[Sprint status],
[Sprint Status].[Active],
-- An issue was in a sprint at a sprint start time
[Issue Sprint Status Change].[Future => Active],
[Time].CurrentHierarchy.Levels('Day').DateMember(
[Sprint].CurrentMember.get('Start date')
)

How can i do this?

Thank you.

Victor Seger

1 answer

0 votes
eazyBI Support
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 22, 2017

Hi, Victor,

 

To count the issues committed for several sprints, you need to use another measure counting the issues not transitions and omit the [Time] dimension member in the tuple.



([Measures].[Transitions to issues count],
[Transition Field].[Sprint status],
[Sprint Status].[Active],
-- An issue was in a sprint at a sprint start time
[Issue Sprint Status Change].[Future => Active]
)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events