Forum Discussion

pawelj795's avatar
pawelj795
Post Prodigy
6 years ago
Solved

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's avatar
    az38
    6 years ago

    pawelj795  🙂

    TEST= 
    var VVS = SEARCH("VVS"; Warehouse[Item Name]; 1; BLANK())
    
    RETURN
    IF(ISBLANK(VVR); "Undefined"; MID(Warehouse[Item Name]; VVS+4; 3))