<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Look if text string has substrings matching list of words in 2nd table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Look-if-text-string-has-substrings-matching-list-of-words-in-2nd/m-p/1617112#M32594</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have table 1 with text strings (product descriptions) and i want to see if that text string contains 1 or more words listed in table 2.&lt;/P&gt;&lt;P&gt;Any one how to do this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jan 2021 15:14:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-01-22T15:14:11Z</dc:date>
    <item>
      <title>Look if text string has substrings matching list of words in 2nd table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Look-if-text-string-has-substrings-matching-list-of-words-in-2nd/m-p/1617112#M32594</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have table 1 with text strings (product descriptions) and i want to see if that text string contains 1 or more words listed in table 2.&lt;/P&gt;&lt;P&gt;Any one how to do this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 15:14:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Look-if-text-string-has-substrings-matching-list-of-words-in-2nd/m-p/1617112#M32594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-22T15:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Look if text string has substrings matching list of words in 2nd table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Look-if-text-string-has-substrings-matching-list-of-words-in-2nd/m-p/1617360#M32608</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , A new column in table 1 like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;countx(filter(search(Table2[column], Table1[column],,0)&amp;gt;0), Table2[column])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 17:12:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Look-if-text-string-has-substrings-matching-list-of-words-in-2nd/m-p/1617360#M32608</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-01-22T17:12:14Z</dc:date>
    </item>
  </channel>
</rss>

