Can this be turned into a measure pretty easy?
State Change Count =
CALCULATE (
COUNTROWS ( 'Table' ),
ALLEXCEPT ( 'Table', 'Table'[Work Item Id] ),
'Table'[Date] <= EARLIER ( 'Table'[Date] ),
'Table'[State Changed]
) + 0
Solved! Go to Solution.
Hi @singleton2787 ,
Try below formula:
State Change Count =
CALCULATE (
COUNTROWS ( 'Table' ),
ALLEXCEPT ( 'Table', 'Table'[Work Item Id] ),
'Table'[Date] <= MAX ( 'Table'[Date] ),
'Table'[State Changed]
) + 0
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @singleton2787 ,
Try below formula:
State Change Count =
CALCULATE (
COUNTROWS ( 'Table' ),
ALLEXCEPT ( 'Table', 'Table'[Work Item Id] ),
'Table'[Date] <= MAX ( 'Table'[Date] ),
'Table'[State Changed]
) + 0
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
119 | |
76 | |
66 | |
51 | |
49 |
User | Count |
---|---|
183 | |
101 | |
80 | |
79 | |
77 |