Forum Discussion
Filtering a table by a list using text contained within the column
- 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.
Hi Tieryn
I created a very simple mockup according to your description, and I am unable to recreate your issue, so your code works.
As to why you get the error message, are you sure [textPayload] exists in #"Filtered Rows"?
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.