Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
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!