searching a keyword in DAX
问题 I am trying to create a column in power BI that searches for a keyword in a column of a table and returns a category. For example: in table 1 there is a column with feedback and if it contains any keyword in the keyword column of table 2 ( which is updated regularly) a TRUE value is returned. The following code works great if the keyword is the only word in the sentence like "product broke after using it once" returns FALSE if looking for the keyword "broke" and the word "broke" used as the