<?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: How to count particular word in column contains string in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-particular-word-in-column-contains-string/m-p/1963625#M43022</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;NaifO,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can get count with the below measure. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;JeffCount = COUNTX(FILTER('Table',CONTAINSSTRING('Table'[ColumnName],"Jeff")),1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Appreciate a Kudos! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;If this helps and resolves the issue, please mark it as a Solution! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;N V Durga Prasad&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 17 Jul 2021 17:41:56 GMT</pubDate>
    <dc:creator>nvprasad</dc:creator>
    <dc:date>2021-07-17T17:41:56Z</dc:date>
    <item>
      <title>How to count particular word in column contains string</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-particular-word-in-column-contains-string/m-p/1963614#M43020</link>
      <description>&lt;P&gt;Greetings all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single lia-quilt-column-main"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-single"&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;if I would count&amp;nbsp;&lt;SPAN&gt;String in a column that contains a particular word using the measure&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;for example, a column contains the full name and I would calculate how many Jeff we have? regardless if is it first or family&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-footer"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-12 lia-quilt-column-left lia-quilt-column-footer-left"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-left"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 17 Jul 2021 17:20:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-particular-word-in-column-contains-string/m-p/1963614#M43020</guid>
      <dc:creator>NaifO</dc:creator>
      <dc:date>2021-07-17T17:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to count particular word in column contains string</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-particular-word-in-column-contains-string/m-p/1963625#M43022</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;NaifO,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can get count with the below measure. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;JeffCount = COUNTX(FILTER('Table',CONTAINSSTRING('Table'[ColumnName],"Jeff")),1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Appreciate a Kudos! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;If this helps and resolves the issue, please mark it as a Solution! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;N V Durga Prasad&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 17 Jul 2021 17:41:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-particular-word-in-column-contains-string/m-p/1963625#M43022</guid>
      <dc:creator>nvprasad</dc:creator>
      <dc:date>2021-07-17T17:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to count particular word in column contains string</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-particular-word-in-column-contains-string/m-p/1963641#M43026</link>
      <description>&lt;P&gt;It worked fine, but could you illustrate why you put number 1&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;JeffCount = COUNTX(FILTER('Table',CONTAINSSTRING('Table'[ColumnName],"Jeff")&lt;U&gt;)&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;,1)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;and thank you for your quick reply &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jul 2021 18:16:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-particular-word-in-column-contains-string/m-p/1963641#M43026</guid>
      <dc:creator>NaifO</dc:creator>
      <dc:date>2021-07-17T18:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to count particular word in column contains string</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-particular-word-in-column-contains-string/m-p/1963684#M43036</link>
      <description>&lt;P&gt;Reference to COUNTX()&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dax/countx-function-dax" target="_blank"&gt;https://docs.microsoft.com/en-us/dax/countx-function-dax&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A more robust solution is&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;= COUNTROWS ( FILTER ( 'Table', CONTAINSSTRING ( 'Table'[ColumnName], "Jeff" ) ) ) + 0&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 17 Jul 2021 20:35:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-particular-word-in-column-contains-string/m-p/1963684#M43036</guid>
      <dc:creator>CNENFRNL</dc:creator>
      <dc:date>2021-07-17T20:35:54Z</dc:date>
    </item>
  </channel>
</rss>

