Forum Discussion
elabaigt
7 years agoFrequent Visitor
Non continuous curve
Hello there,
I have a problem, I odn't know if it's possible or not can we have an non-continuous curve on a conmbo chart ?
I need to know because I have a special state in my data for example if the the stat is A the there is correct data but if it's not an A I have a special value. When I have this result I don't want the last value and the next value connected I want a non-continuous curve.
I try to do this curve with this formula :
ValueState = IF('test_fonction_trou'[state] <> "A"; BLANK(); 'test_fonction_trou'[value])But this doesn't work I have a continuous curve.Thank you in advance !