Forum Discussion
Kareus
2 years agoHelper I
Running Total Help
How can I determine the first intance the running total is less than or equal to 0? In this case I want the result to be 6. As its the first week that is non-zero. Thank you!
- 2 years ago
Hi,
This measure works
Measure = COUNTROWS(FILTER(VALUES('Resource Priority'[RT Good Week]),[10K 2PLD RT]>0))+1Hope this helps.
Ashish_Mathur
2 years agoSuper User
Hi,
Why should the answer be 6?
- Kareus2 years agoHelper I
- Ashish_Mathur2 years agoSuper User
That is the first instance when the RT is <0. In your original post, you mentioned that you wanted to know the first instance when the RT is >0.
- Kareus2 years agoHelper I
You are correct, I mispoke. I'll fix it in the original request.