Issues are not passed from previous Sprint(s)

Hi, @Leo16

Welcome to the eazyBI community.

To find the issues that are newly added to the sprint, you can create a calculated measure using this formula:

NonZero(
Sum(
Filter(Descendants([Issue].CurrentMember,[Issue].[Issue]),
[Measures].[Issue sprints] = [Sprint].CurrentHierarchyMember.Name
),
[Measures].[Issues created]
))

Please see the picture below:

But be aware that this formula won’t work if the issue is added to the sprint and then removed. If you are looking to count the removed as well, you can get the inspiration in my colleague Daina’s post here: Can we find out which issues were moved from one sprint to another? - #10 by daina.tupule

It’s not the solution itself, but you can start there!

Kindly,
Ilze
support@eazybi.com