Forum Discussion

Tieryn's avatar
Tieryn
Regular Visitor
6 years ago
Solved

Filtering a table by a list using text contained within the column

Hi,   I have a column called "textPayload" which is basicaly a license log containing strings such as the below. OUT: "Studio_Runtime" StudioAdmin@license-server   I have also created a list of ...
  • Tieryn's avatar
    Tieryn
    6 years ago

    Hey sturlaws - okay thanks, that's helpful information.

     

    Actually - from a completely separate issue I was looking into I think I've found the answer.


    It's probably because i'm importing from BigQuery - but it seems like what was missing was a  

     

    #"Buffer table"= Table.Buffer(#"Filtered Rows"),

     

    After adding this in advanced editor it worked.