Forum Discussion

JeroniJamboni's avatar
JeroniJamboni
Advocate I
8 years ago
Solved

Search for exact value from table

Hi guys,   I am working on a way to add a label to a big list of keywords. In this case i want to extract all keywords that contain a brandname. I've got a big list of keywords and a table with ke...
  • v-chuncz-msft's avatar
    8 years ago

    JeroniJamboni,

     

    You may try the following expression.

    SEARCH ( " " & DimBrand[name] & " ", " " & FactKeywords[Keyword] & " ", 1, 0 )