Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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) )
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
90 | |
84 | |
70 | |
49 |
User | Count |
---|---|
143 | |
121 | |
112 | |
58 | |
57 |