<?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: Need to help in Counting countries separated by commas excluding empty row in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-help-in-Counting-countries-separated-by-commas-excluding/m-p/3391325#M127844</link>
    <description>&lt;P&gt;Thanks alot , it worked&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Aug 2023 01:19:13 GMT</pubDate>
    <dc:creator>aishaakhter18</dc:creator>
    <dc:date>2023-08-22T01:19:13Z</dc:date>
    <item>
      <title>Need to help in Counting countries separated by commas excluding empty row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-help-in-Counting-countries-separated-by-commas-excluding/m-p/3390793#M127825</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;Hi I am trying to create a calculation for the col above, first i tried below option&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;Option 1&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Countires Count updated = &lt;/SPAN&gt;&lt;SPAN&gt;LEN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'PID &amp;amp; HVT Metrics Tracker'&lt;/SPAN&gt;&lt;SPAN&gt;[3 Col Countries]&lt;/SPAN&gt;&lt;SPAN&gt;) - &lt;/SPAN&gt;&lt;SPAN&gt;LEN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUBSTITUTE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'PID &amp;amp; HVT Metrics Tracker'&lt;/SPAN&gt;&lt;SPAN&gt;[3 Col Countries]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;))+&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Then use this option in power query&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;+List.NonNullCount(Text.Split([3 Col Countries],","))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;but both are giving me same result and count the the empty row too as you can see in the attached screen, how should i fix it?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 21 Aug 2023 18:00:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-help-in-Counting-countries-separated-by-commas-excluding/m-p/3390793#M127825</guid>
      <dc:creator>aishaakhter18</dc:creator>
      <dc:date>2023-08-21T18:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need to help in Counting countries separated by commas excluding empty row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-help-in-Counting-countries-separated-by-commas-excluding/m-p/3390872#M127827</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="606044" data-lia-user-login="aishaakhter18" class="lia-mention lia-mention-user"&gt;aishaakhter18&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;Countires Count =&lt;BR /&gt;PATHLENGTH (&lt;BR /&gt;SUBSTITUTE ( 'PID &amp;amp; HVT Metrics Tracker'[3 Col Countries], ",", "|" )&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 18:56:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-help-in-Counting-countries-separated-by-commas-excluding/m-p/3390872#M127827</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-08-21T18:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need to help in Counting countries separated by commas excluding empty row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-help-in-Counting-countries-separated-by-commas-excluding/m-p/3390879#M127829</link>
      <description>&lt;P&gt;Thanks for getting back but still counting the empty row, &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 19:01:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-help-in-Counting-countries-separated-by-commas-excluding/m-p/3390879#M127829</guid>
      <dc:creator>aishaakhter18</dc:creator>
      <dc:date>2023-08-21T19:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need to help in Counting countries separated by commas excluding empty row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-help-in-Counting-countries-separated-by-commas-excluding/m-p/3391087#M127839</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="606044" data-lia-user-login="aishaakhter18" class="lia-mention lia-mention-user"&gt;aishaakhter18&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try&lt;/P&gt;
&lt;P&gt;Countires Count =&lt;BR /&gt;PATHLENGTH (&lt;BR /&gt;SUBSTITUTE (&lt;BR /&gt;IF (&lt;BR /&gt;'PID &amp;amp; HVT Metrics Tracker'[3 Col Countries] = "",&lt;BR /&gt;BLANK (),&lt;BR /&gt;'PID &amp;amp; HVT Metrics Tracker'[3 Col Countries]&lt;BR /&gt;),&lt;BR /&gt;",",&lt;BR /&gt;"|"&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 21:39:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-help-in-Counting-countries-separated-by-commas-excluding/m-p/3391087#M127839</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-08-21T21:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need to help in Counting countries separated by commas excluding empty row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-help-in-Counting-countries-separated-by-commas-excluding/m-p/3391325#M127844</link>
      <description>&lt;P&gt;Thanks alot , it worked&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 01:19:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-help-in-Counting-countries-separated-by-commas-excluding/m-p/3391325#M127844</guid>
      <dc:creator>aishaakhter18</dc:creator>
      <dc:date>2023-08-22T01:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need to help in Counting countries separated by commas excluding empty row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-help-in-Counting-countries-separated-by-commas-excluding/m-p/3486009#M133398</link>
      <description>&lt;P&gt;Thanks it worked, greatly appreciated&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 16:42:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-help-in-Counting-countries-separated-by-commas-excluding/m-p/3486009#M133398</guid>
      <dc:creator>aishaakhter18</dc:creator>
      <dc:date>2023-10-19T16:42:33Z</dc:date>
    </item>
  </channel>
</rss>

