The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

EazyBI Filter

Anusha Balaji
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 28, 2018

Hello,

I am trying to find the number of story points with the issue type of 'Story' for the last closed sprint. My dimension has only projects. Without selecting the issue type as 'Dimension', how can I create a calculated measure?

The below selects the last closed sprint

SUM(Tail(Filter(
[Sprint].[Sprint].Members,
[Measures].[Sprint Story Points committed] > 0
AND
[Sprint].CurrentMember.getBoolean('Closed')
), 1),
[Measures].[Sprint Story Points completed])

But when I add extra condition to pick only the issue type as Story, it doesn't work.

 

SUM(Tail(Filter(
[Sprint].[Sprint].Members,
[Measures].[Sprint Story Points committed] > 0
AND
[Sprint].CurrentMember.getBoolean('Closed')

AND

[Measures].[IssueType} = 'Story

), 1),
[Measures].[Sprint Story Points completed])

Please could you help? 

Many Thanks,

Anusha

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Liu_Jinming
April 5, 2019

Don't use filter,it will make your system very slowly.

You can use the sprint demension.

If you want to design your own caculated members, Contact support@eazybi.com is the fastest way,they will be direct Write mdx for you.

微信图片_20190405202441.png

TAGS
AUG Leaders

Atlassian Community Events