<?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 Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3815918#M149230</link>
    <description>&lt;P&gt;I have a column of names that have names typed in by last name separated by a comma and a first name.&lt;/P&gt;&lt;P&gt;I want to find rows in that column that contain only partial names using 3 characters for the first name separated by a comma and 3 characters of the last name.&amp;nbsp; So in short Im looking for a measure or some process of making a measure for counting rows that contain 3,3 name format. Including the comma.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Sincerely Ed W.&lt;/P&gt;</description>
    <pubDate>Sat, 06 Apr 2024 19:00:28 GMT</pubDate>
    <dc:creator>EWBI</dc:creator>
    <dc:date>2024-04-06T19:00:28Z</dc:date>
    <item>
      <title>Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3815918#M149230</link>
      <description>&lt;P&gt;I have a column of names that have names typed in by last name separated by a comma and a first name.&lt;/P&gt;&lt;P&gt;I want to find rows in that column that contain only partial names using 3 characters for the first name separated by a comma and 3 characters of the last name.&amp;nbsp; So in short Im looking for a measure or some process of making a measure for counting rows that contain 3,3 name format. Including the comma.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Sincerely Ed W.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2024 19:00:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3815918#M149230</guid>
      <dc:creator>EWBI</dc:creator>
      <dc:date>2024-04-06T19:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816142#M149242</link>
      <description>&lt;P&gt;CONTAINSSTRING([Column],"???,???") &amp;amp;&amp;amp; LEN([Column])=7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get cuter than that of course to test each position for {"A".."Z"}&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2024 22:18:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816142#M149242</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-06T22:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816156#M149243</link>
      <description>&lt;P&gt;I can't seem to use this with just the column name. It wants a measured column. I dont know how to convert my text columns into a measure. Any advice?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2024 23:00:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816156#M149243</guid>
      <dc:creator>EWBI</dc:creator>
      <dc:date>2024-04-06T23:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816186#M149246</link>
      <description>&lt;P&gt;there should not be a need for a measure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;&lt;BR /&gt;Do not include sensitive information or anything not related to the issue or question. &lt;BR /&gt;&lt;BR /&gt;If you are unsure how to upload data please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2024 00:18:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816186#M149246</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-07T00:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816198#M149247</link>
      <description>&lt;P&gt;below is a sample of data. The user name row has partial names in a 3;3 character entry. I am trying to find a way to make a column that shows the count of 3;3 found per row in the Name Entered column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Location&lt;/TD&gt;&lt;TD&gt;Department&lt;/TD&gt;&lt;TD&gt;User&lt;/TD&gt;&lt;TD&gt;User Grouping Two&lt;/TD&gt;&lt;TD&gt;User Roles&lt;/TD&gt;&lt;TD&gt;Event Time&lt;/TD&gt;&lt;TD&gt;Event Name&lt;/TD&gt;&lt;TD&gt;Number of fields entered in search&lt;/TD&gt;&lt;TD&gt;Named Entered&lt;/TD&gt;&lt;TD&gt;DOB Entered&lt;/TD&gt;&lt;TD&gt;Sex Entered&lt;/TD&gt;&lt;TD&gt;SSN Entered&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Earth&lt;/TD&gt;&lt;TD&gt;DEPT 1&lt;/TD&gt;&lt;TD&gt;Sample,User&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Role&lt;/TD&gt;&lt;TD&gt;12/31/2023&amp;nbsp;&amp;nbsp; 3:07:33PM&lt;/TD&gt;&lt;TD&gt;Name Entry&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Sam;use&lt;/TD&gt;&lt;TD&gt;12/18/1983&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Earth&lt;/TD&gt;&lt;TD&gt;DEPT 2&lt;/TD&gt;&lt;TD&gt;Sample,User&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Role&lt;/TD&gt;&lt;TD&gt;12/31/2023&amp;nbsp;&amp;nbsp; 3:15:26PM&lt;/TD&gt;&lt;TD&gt;Name Entry&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Sample;User&lt;/TD&gt;&lt;TD&gt;3/10/1975&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Earth&lt;/TD&gt;&lt;TD&gt;DEPT 3&lt;/TD&gt;&lt;TD&gt;Sample,User&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Role&lt;/TD&gt;&lt;TD&gt;12/31/2023&amp;nbsp;&amp;nbsp; 3:25:09PM&lt;/TD&gt;&lt;TD&gt;Name Entry&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Fak;Per&lt;/TD&gt;&lt;TD&gt;7/19/1991&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Earth&lt;/TD&gt;&lt;TD&gt;DEPT 4&lt;/TD&gt;&lt;TD&gt;Sample,User&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Role&lt;/TD&gt;&lt;TD&gt;12/31/2023&amp;nbsp;&amp;nbsp; 3:28:22PM&lt;/TD&gt;&lt;TD&gt;Name Entry&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Fake;Person&lt;/TD&gt;&lt;TD&gt;8/12/1990&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Earth&lt;/TD&gt;&lt;TD&gt;DEPT 5&lt;/TD&gt;&lt;TD&gt;Sample,User&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Role&lt;/TD&gt;&lt;TD&gt;12/31/2023&amp;nbsp;&amp;nbsp; 3:35:39PM&lt;/TD&gt;&lt;TD&gt;Name Entry&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;LastName;FirstName&lt;/TD&gt;&lt;TD&gt;10/16/1969&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Earth&lt;/TD&gt;&lt;TD&gt;DEPT 6&lt;/TD&gt;&lt;TD&gt;Sample,User&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Role&lt;/TD&gt;&lt;TD&gt;12/31/2023&amp;nbsp;&amp;nbsp; 3:39:09PM&lt;/TD&gt;&lt;TD&gt;Name Entry&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Las;Nam&lt;/TD&gt;&lt;TD&gt;6/6/1980&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sun, 07 Apr 2024 00:49:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816198#M149247</guid>
      <dc:creator>EWBI</dc:creator>
      <dc:date>2024-04-07T00:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816199#M149248</link>
      <description>&lt;P&gt;Im sorry part of my reply is cut off for some reason but you should get the gist.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The user name row has partial names in a 3;3 character entry. I am trying to find a way to make a column that shows the count of 3;3 found per row in the Name Entered column.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2024 00:50:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816199#M149248</guid>
      <dc:creator>EWBI</dc:creator>
      <dc:date>2024-04-07T00:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816214#M149249</link>
      <description>&lt;P&gt;I changed your sample data a little to cover more scenarios.&amp;nbsp; Flag is a calculated column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2024 01:17:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816214#M149249</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-07T01:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816248#M149251</link>
      <description>&lt;P&gt;I appreciate your help. I am not very good at power bi but I am learning. Please forgive me but I attempted to add a calculated column and this is what I am getting. (BTW I corrected the column name from "Named Entered" to "Name Entered")&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2024 02:28:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816248#M149251</guid>
      <dc:creator>EWBI</dc:creator>
      <dc:date>2024-04-07T02:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816411#M149255</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="365338" data-lia-user-login="EWBI" class="lia-mention lia-mention-user"&gt;EWBI&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code given by&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp; is calculated column code not for measure&lt;BR /&gt;if you want it for measure try below&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
if(
 CONTAINSSTRING(MIN('Table'[Named Entered]),"???;???")&amp;amp;&amp;amp; LEN(MIN('Table'[Named Entered]))=7,
 1,
 0
)&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 07 Apr 2024 07:43:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816411#M149255</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2024-04-07T07:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816449#M149257</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="365338" data-lia-user-login="EWBI" class="lia-mention lia-mention-user"&gt;EWBI&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;In addtion to the following proposed solution you can have two parameters to select the required string length and the number of entered names.&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Count = 
SUMX ( 
    VALUES ( 'Table'[Named Entered] ),
    VAR String = 'Table'[Named Entered]
    VAR Items = SUBSTITUTE ( String, ";", "|" )
    VAR Length = PATHLENGTH ( Items )
    VAR T1 = GENERATESERIES ( 1, Length, 1 )
    VAR T2 = FILTER ( T1, LEN ( PATHITEM ( Items, [Value] ) ) = 3 ) -- 3 can be be replaced with a parameter (string length)
    RETURN
        INT ( Length = COUNTROWS ( T2 ) &amp;amp;&amp;amp; Length = 2 ) -- 2 can be replaced with a parameter (number of Names Entered)
)&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 07 Apr 2024 08:38:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816449#M149257</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2024-04-07T08:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816461#M149260</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="365338" data-lia-user-login="EWBI" class="lia-mention lia-mention-user"&gt;EWBI&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/70466856/how-to-count-the-number-of-rows-containing-a-specific-phrase-in-powerbi" target="_blank" rel="noopener"&gt;You can create a measure in Power BI using the CALCULATE and CONTAINSSTRING functions to count the rows that contain a specific pattern&lt;/A&gt;&lt;A href="https://stackoverflow.com/questions/70466856/how-to-count-the-number-of-rows-containing-a-specific-phrase-in-powerbi" target="_blank" rel="noopener"&gt;1&lt;/A&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/DAX-Measure-calculating-COUNT-based-on-condition-over-calculated/m-p/461734" target="_blank" rel="noopener"&gt;2&lt;/A&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-create-measures-to-calculate-counts-Power-BI-desktop/td-p/1758767" target="_blank" rel="noopener"&gt;3&lt;/A&gt;&lt;A href="https://stackoverflow.com/questions/72200778/how-to-count-rows-in-a-table-where-a-specific-column-value-is-in-a-list-of-spec" target="_blank" rel="noopener"&gt;4&lt;/A&gt;. Here’s an example of how you might write this measure:&lt;/P&gt;&lt;PRE&gt;CountOfNames = 
CALCULATE(
    COUNTROWS(Table1),
    FILTER(
        Table1,
        LEN(Table1[Name]) - LEN(SUBSTITUTE(Table1[Name], ",", "")) = 1 &amp;amp;&amp;amp; -- Check if there is only one comma
        LEN(TRIM(MID(Table1[Name], 1, FIND(",", Table1[Name], 1, 0) - 1))) = 3 &amp;amp;&amp;amp; -- Check if the first name has 3 characters
        LEN(TRIM(MID(Table1[Name], FIND(",", Table1[Name], 1, 0) + 1, LEN(Table1[Name])))) = 3 -- Check if the last name has 3 characters
    )
)&lt;/PRE&gt;&lt;P&gt;In this measure, Table1 is the name of your table and Name is the name of your column. This measure counts the number of rows in Table1 where the Name column contains exactly one comma and both the first name and last name are exactly 3 characters long.&lt;/P&gt;&lt;P&gt;Please replace Table1 and Name with your actual table name and column name. If you need further assistance or have more specific requirements, feel free to ask! &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 07 Apr 2024 08:51:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3816461#M149260</guid>
      <dc:creator>AnalyticsWizard</dc:creator>
      <dc:date>2024-04-07T08:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3818608#M149346</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="365338" data-lia-user-login="EWBI" class="lia-mention lia-mention-user"&gt;EWBI&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can I ask if you have currently resolved this issue? You can refer to &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="707047" data-lia-user-login="AnalyticsWizard" class="lia-mention lia-mention-user"&gt;AnalyticsWizard&lt;/a&gt;&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="569583" data-lia-user-login="Dangar332" class="lia-mention lia-mention-user"&gt;Dangar332&lt;/a&gt;&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;reply, if it doesn't work, you can refer to my method below.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;FilterName = 
VAR _char = { ";" }
VAR _lengths =
    LEN ( SELECTEDVALUE ( 'Table'[Named Entered] ) )
VAR _searchchar =
    SEARCH ( _char, SELECTEDVALUE ( 'Table'[Named Entered] ), 4, 0 )
VAR _result =
    IF ( _lengths = 7 &amp;amp;&amp;amp; _searchchar = 4, 1, 0 )
RETURN
    _result&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Counts FilterName = 
CALCULATE ( COUNTROWS ( 'Table' ), FILTER ( 'Table', [FilterName] = 1 ) )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yang&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is any post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;BR /&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Thanks a lot!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-Get-Your-Question-Answered-Quickly%2Fba-p%2F38490&amp;amp;data=05%7C01%7Cv-yaningyang%40microsoft.com%7Cce16d19809414d9f960208dbf1755128%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638369258411601530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=oBisEpJnsk4p%2BcSV0F8sZ%2BFQHR%2FRvYA8sUWZIEcjQ4o%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;How to get your questions answered quickly&lt;/A&gt;&amp;nbsp;--&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-provide-sample-data-in-the-Power-BI-Forum%2Fba-p%2F963216&amp;amp;data=05%7C01%7Cv-yaningyang%40microsoft.com%7Cce16d19809414d9f960208dbf1755128%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638369258411609718%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=sCaEt5xd5uTLXCby0%2B1XhR9V7RXxZLDCF088%2F9u%2FOUU%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;&amp;nbsp;How to provide sample data in the Power BI Forum&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 09:14:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3818608#M149346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-08T09:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3819972#M149386</link>
      <description>&lt;P&gt;THIS WORKED!!!! Thank you so much!!!!!&lt;/P&gt;&lt;P&gt;I am trying to self teach myself power bi so far through youtube, google and help communities. I made&lt;/P&gt;&lt;P&gt;a few decent report visualizations but I am still very elementary in my knowledge.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you recommend a better path of learning?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 13:44:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3819972#M149386</guid>
      <dc:creator>EWBI</dc:creator>
      <dc:date>2024-04-08T13:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3819980#M149387</link>
      <description>&lt;P&gt;This worked too! Thank you so much for your help! I tried one of the suggestions above yours first and that worked as well. I appreciate the explanation on what I needed to do in regards to replacing the Table1 and name with the actual name. As someone who is clueless as I am this is extremely helpful. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 13:48:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3819980#M149387</guid>
      <dc:creator>EWBI</dc:creator>
      <dc:date>2024-04-08T13:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3820006#M149388</link>
      <description>&lt;P&gt;Thank you so much for your time and help. I really appreciate it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although the measure didn't work I'm sure due to my lack of knowledge of how to input.&amp;nbsp; i did find a solution in one of the other posts.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 13:54:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3820006#M149388</guid>
      <dc:creator>EWBI</dc:creator>
      <dc:date>2024-04-08T13:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3820016#M149390</link>
      <description>&lt;P&gt;Thank you for your time and effort. I really appreciate it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did try this but I could not get it to work. I tried entering it verbatim entering my table name. However when I type in " Length" thats when it all starts to fall apart. It gets that red squigly line underneath as if it thinks its wrong. Then T1 and T2 as well. What is T1 and T2?&lt;BR /&gt;I did find a solution in one of the proposed solutions above though.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again I truly appreciate your willingness to help. Please continue to be a hero to newbies like me.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 14:00:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3820016#M149390</guid>
      <dc:creator>EWBI</dc:creator>
      <dc:date>2024-04-08T14:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows in a column that contain a string of 3,3. (3 Text Char COMMA 3 Text Char)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3820243#M149406</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="365338" data-lia-user-login="EWBI" class="lia-mention lia-mention-user"&gt;EWBI&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's ok. It happens all the time. It must be some syntax error. If you're still interested you may paste a screenshot of your dax in order to debug it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 15:37:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-in-a-column-that-contain-a-string-of-3-3-3-Text-Char/m-p/3820243#M149406</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2024-04-08T15:37:02Z</dc:date>
    </item>
  </channel>
</rss>

