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?
pawelj795 🙂
TEST= var VVS = SEARCH("VVS"; Warehouse[Item Name]; 1; BLANK()) RETURN IF(ISBLANK(VVR); "Undefined"; MID(Warehouse[Item Name]; VVS+4; 3))