Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Someone helped me with this measure which will force a value of 0 for a Sprint. However, I need to include an additional filter condition that ignores this logic if the Team is "No Team". How would I do that? Team is in the Teams table: 'Teams'[Team]
Solved! Go to Solution.
@Alicia_Anderson , Try like
Effort-Done_0 = VAR DoneZero = [Effort-Done]
return
if( max('PI_Work'[Team]) = "No Team", blank(), IF( SELECTEDVALUE( 'PI_Work'[Sprint#]) < [Current_Sprint#], COALESCE(DoneZero, 0), DoneZero) )
@Alicia_Anderson , Try like
Effort-Done_0 = VAR DoneZero = [Effort-Done]
return
if( max('PI_Work'[Team]) = "No Team", blank(), IF( SELECTEDVALUE( 'PI_Work'[Sprint#]) < [Current_Sprint#], COALESCE(DoneZero, 0), DoneZero) )
User | Count |
---|---|
66 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
86 | |
75 | |
56 | |
50 | |
45 |