About 50 results
Open links in new tab
  1. Power Query check if string contains strings from a list

    Nov 13, 2018 · Is there a way to check a text field to see if it contains any of the strings from a list? Example Strings to Check: The raisin is green The pear is red The apple is yellow List Example to …

  2. PowerQuery M text.contains with OR logical operator, and non ...

    Jun 8, 2017 · You can make this simpler if you have the list of domains in another table column. In that case replace the list in the first parameter with the reference to a column, like …

  3. Simplying Text.Contains in Power Query - Stack Overflow

    Jul 5, 2023 · Simplying Text.Contains in Power Query Asked 2 years, 5 months ago Modified 2 years, 5 months ago Viewed 3k times

  4. Text.Contains for multiple values power query - Stack Overflow

    Jul 15, 2022 · I am attempting to create the following query: The idea is to check if each row in the source query contains any of the following keywords in the Search list and return the Found words is …

  5. Text.contains on multiple columns with multiple words - Power Query

    Apr 27, 2023 · Text.contains on multiple columns with multiple words - Power Query Asked 2 years, 7 months ago Modified 2 years, 7 months ago Viewed 2k times

  6. Fuzzy Text.Contains in POwer Query M code - Stack Overflow

    Mar 25, 2025 · Power Query contains Text.Contains however this is for exact matches. Would be useful if there was a way to Fuzzy Match to text contains. I have provided a soltuon to this below.

  7. Please can I have a Power Query formula to allow me to check if cells ...

    Nov 25, 2022 · I would like Power Query to search the column for any cell containing “Student” and replace it with “Student” so it removes any other references. Please can someone help? I have tried …

  8. excel - Power Query Change Text if it Contains a certain word or group ...

    Jan 4, 2018 · Power Query Change Text if it Contains a certain word or group of words Asked 7 years, 11 months ago Modified 7 years, 11 months ago Viewed 15k times

  9. conditional column in M query if text.contain using OR function

    Mar 16, 2021 · I also tried the OR function before the text.contains phrase then it still not works. How do I enter the OR function like it is in excel or maybe in power query.

  10. powerquery - Power query,Check if value in column A contains one of ...

    Dec 27, 2019 · M's standard library includes List.Contains and Table.Contains. Seems appropriate to use either of them. If I understand your code correctly, when comparing each value in column A to all …