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 exampl...
TeigeGao
7 years agoSolution Sage
Hi elabaigt ,
For the conmbo chart, if the value of both visual is blank, it should display an non-continuous x-axis like below:
In the above scenario, I used the following DAX query:
Measure = IF(MIN(Table1[Column1]) = "c", BLANK(),MIN(Table1[Column2]))
Best Regards,
Teige