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,
This measure works
Measure = COUNTROWS(FILTER(VALUES('Resource Priority'[RT Good Week]),[10K 2PLD RT]>0))+1
Hope this helps.
Kareus
2 years agoHelper I
Works, for counting ALL dates less than or equal to zero.
BUT, I'm looking for the number of weeks to the FIRST and only the FIRST negative value.
https://drive.google.com/file/d/1BnqZDDm8UjoIObpoM-m5tWv31EwLx-K6/view?usp=sharing