Forum Discussion
pawelj795
6 years agoPost Prodigy
Row contains specified value
Hi, I have a column like below. I want to return rows which contain let's say VVS150. How to do this?
az38
6 years agoCommunity Champion
ok
TEST=
var VVS = SEARCH("VVS"; Warehouse[Item Name]; 1; BLANK())
RETURN
IF(ISBLANK(VVR); "Undefined"; MID(Warehouse[Item Name]; VVS+3; 3))