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.
Kareus
2 years agoHelper I
You are correct, I mispoke. I'll fix it in the original request.
Ashish_Mathur
2 years agoSuper User
Share the download link of the PBI file with the RT measure already written.
- Kareus2 years agoHelper IHere is my RT measure ...
10K 2PLD RT = SWITCH(TRUE(),CALCULATE(SUM('Resource Priority'[10K 2PLD])-('Manual Inputs'[VALUE Weekly 10k]*([MEASURE RT Good Week Count])),FILTER(ALLSELECTED('Resource Priority'[RT Good Week]), ISONORAFTER('Resource Priority'[RT Good Week], MAX('Resource Priority'[RT Good Week]), DESC))) >= -[VALUE Weekly 10k],[Week Position %]*'Manual Inputs'[VALUE Weekly 10k]+CALCULATE(SUM('Resource Priority'[10K 2PLD])-('Manual Inputs'[VALUE Weekly 10k]*([MEASURE RT Good Week Count])),FILTER(ALLSELECTED('Resource Priority'[RT Good Week]), ISONORAFTER('Resource Priority'[RT Good Week], MAX('Resource Priority'[RT Good Week]), DESC))),CALCULATE(SUM('Resource Priority'[10K 2PLD])-('Manual Inputs'[VALUE Weekly 10k]*([MEASURE RT Good Week Count]))))- Ashish_Mathur2 years agoSuper User
I'll need the file.
- Kareus2 years agoHelper I
Sorry, stupid question. How do I share it?