Forum Discussion
Anonymous
7 years agoNot applicable
Running Total Stop on Today
Hi
I need your HELP.
I have a graph having 5 running total lines.
got runnitng total value by quick measuer. looking like this.
I want to stop the lines till today..!
Thanks,
Hi Anonymous ,
You can create an extra measure, add it to visual level filter and set its value to 1.
check = IF(SELECTEDVALUE('calendar'[Date])<=TODAY(),1,0)Best regards,
Yuliana Gu
2 Replies
- v-yulgu-msftMicrosoft Employee
Hi Anonymous ,
You can create an extra measure, add it to visual level filter and set its value to 1.
check = IF(SELECTEDVALUE('calendar'[Date])<=TODAY(),1,0)Best regards,
Yuliana Gu
- AnonymousNot applicable
Thanks so much!