How to create a filter to get the latest 10 sprints from a given project?

Marino June 25, 2018

My company has many different projects and too many sprints.
I need to create a graph that can show only the last 10 sprints for my project.

I have tried this:

Aggregate({
  Tail(Order(
    Filter([Sprint].[Sprint].Members,
      NOT isEmpty([Measures].[Sprint Start Date])),
    [Sprint].CurrentMember.get('Start date'), BASC
  ), 10)
})

 

But returns the last 10 sprints for ALL projects.

 

How do I do that?

1 answer

0 votes
Fabian Lim
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 2, 2022

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events