Forum Discussion
NelsonY
3 years agoRegular Visitor
Mysterious empty row in Matrix/Table
My visual is working fine with referencing the measure directly. It produce a blank line when I branching from it. I need help to get rid of the blank line from the branched measure. I...
v-yalanwu-msft
3 years agoCommunity Support
Hi, NelsonY ;
I create a simple file,
Vs
and if i change the measure.
Measure =
var _value=SUM(financials[Sales])
return IF(_value>0,"True",IF(_value<>BLANK(),"False"))
The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.