Forum Discussion
rshifflet
7 years agoFrequent Visitor
Linear reference line from Zero to a measured Target
I am new to DAX coding and have hit a wall. I have a cumulative measure that adds revenue over time, however I am trying to add a linear reference line from 0 (zero) at the beginning of my line graph...
Anonymous
7 years agoNot applicable
HI rshifflet ,
You can write a measure to check current amount and target measure and replace value as target if summary value greater than target.
Regards,
Xiaoxin Sheng