Forum Discussion
Anonymous
6 years agoNot applicable
Logic for Implementing Traffic Light
Hello All, One query here on DAX logic to be used. I'm trying to implement a traffic light logic to show Red/Green depending on whether the target is achieved or not. I have simplified t...
kentyler
6 years agoSolution Sage
So target for a given year is 500 - total sales for previous years / number of remaining years
target for a given category is target for that year/number of categories
Is that the logic you want ?
- Anonymous6 years agoNot applicable
Yes, that's right.
Thanks.