<?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 Re: Filtering by text within text column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-by-text-within-text-column/m-p/3351236#M125846</link>
    <description>&lt;P&gt;Finally, only this formula worked:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FilterMeasure = &lt;/SPAN&gt;&lt;SPAN&gt;CONVERT&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;CONTAINSSTRING&lt;/SPAN&gt;&lt;SPAN&gt;( 'Table' [purpose], &lt;/SPAN&gt;&lt;SPAN&gt;"FM"&lt;/SPAN&gt;&lt;SPAN&gt;), INTEGER)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 26 Jul 2023 13:52:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-07-26T13:52:38Z</dc:date>
    <item>
      <title>Filtering by text within text column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-by-text-within-text-column/m-p/3284196#M122059</link>
      <description>&lt;P&gt;Hello amazing community!&lt;/P&gt;&lt;P&gt;Does anyone know if it is possible to create a mesure which will filter the column 'purpose' and return only those rows which contain exact wording, for example,&amp;nbsp;'design' as on the below screenshot?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Many thanks for any formula suggestions!&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 17:01:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-by-text-within-text-column/m-p/3284196#M122059</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-14T17:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering by text within text column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-by-text-within-text-column/m-p/3284212#M122060</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is it only one key word or you have list of key words placed in a separate table?&lt;/P&gt;
&lt;P&gt;If so then you can place the following measure in the filter pane of the table visual, select "is not blank" then apply the filter.&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;FilterMeasure =
COUNTROWS (
    FILTER (
        CROSSJOIN ( VALUES ( 'Table'[Purpose] ), VALUES ( List[KeyWord] ) ),
        CONTAINSSTRING ( 'Table'[Purpose], List[KeyWord] )
    )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 14 Jun 2023 17:21:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-by-text-within-text-column/m-p/3284212#M122060</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-14T17:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering by text within text column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-by-text-within-text-column/m-p/3351236#M125846</link>
      <description>&lt;P&gt;Finally, only this formula worked:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FilterMeasure = &lt;/SPAN&gt;&lt;SPAN&gt;CONVERT&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;CONTAINSSTRING&lt;/SPAN&gt;&lt;SPAN&gt;( 'Table' [purpose], &lt;/SPAN&gt;&lt;SPAN&gt;"FM"&lt;/SPAN&gt;&lt;SPAN&gt;), INTEGER)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 Jul 2023 13:52:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-by-text-within-text-column/m-p/3351236#M125846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-26T13:52:38Z</dc:date>
    </item>
  </channel>
</rss>

