<?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: CountA is counting blanks...  ...and so is Countblank in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CountA-is-counting-blanks-and-so-is-Countblank/m-p/2399355#M62709</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="368056" data-lia-user-login="scottz" class="lia-mention lia-mention-user"&gt;scottz&lt;/a&gt; , in power query replace null with say NA &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;null should be all small caps&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2022 02:48:44 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-03-17T02:48:44Z</dc:date>
    <item>
      <title>CountA is counting blanks...  ...and so is Countblank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CountA-is-counting-blanks-and-so-is-Countblank/m-p/2398785#M62655</link>
      <description>&lt;P&gt;Basically the title.&amp;nbsp; I have a very large table so it wouldn't be practical to post it here, but I am just doing a simple&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Delivered Count = &lt;/SPAN&gt;&lt;SPAN&gt;COUNTA&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Weekly Reports'[Delivered]&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;and it's counting all the cells in the column.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Okay-- probably means there some data there I don't see.&amp;nbsp; Well fine then, I change the formula to:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Delivered Count = &lt;/SPAN&gt;&lt;SPAN&gt;COUNTBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Weekly Reports'[Delivered]&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;and it counts the blanks perfectly.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;What in the world is going on?&amp;nbsp; How can one formula fail and the other work?&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Mar 2022 17:06:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CountA-is-counting-blanks-and-so-is-Countblank/m-p/2398785#M62655</guid>
      <dc:creator>scottz</dc:creator>
      <dc:date>2022-03-16T17:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: CountA is counting blanks...  ...and so is Countblank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CountA-is-counting-blanks-and-so-is-Countblank/m-p/2398793#M62657</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="368056" data-lia-user-login="scottz" class="lia-mention lia-mention-user"&gt;scottz&lt;/a&gt; , COUNTA - The COUNTA function counts the number of cells in a column that are not empty&lt;/P&gt;
&lt;P&gt;so that will leave blank&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dax/counta-function-dax" target="_blank"&gt;https://docs.microsoft.com/en-us/dax/counta-function-dax&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try countrows('Weekly Reports')&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 17:11:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CountA-is-counting-blanks-and-so-is-Countblank/m-p/2398793#M62657</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-03-16T17:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: CountA is counting blanks...  ...and so is Countblank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CountA-is-counting-blanks-and-so-is-Countblank/m-p/2398820#M62666</link>
      <description>&lt;P&gt;So, I think I follow now.&amp;nbsp; Empty=null, Empty =/= blank.&amp;nbsp; So CountA needs a null, not a blank for the function to correctly not count that cell.&amp;nbsp; So if I did 'replace values' in powerquery and changed &amp;lt;blank&amp;gt; to null that solves my problem?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 17:27:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CountA-is-counting-blanks-and-so-is-Countblank/m-p/2398820#M62666</guid>
      <dc:creator>scottz</dc:creator>
      <dc:date>2022-03-16T17:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: CountA is counting blanks...  ...and so is Countblank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CountA-is-counting-blanks-and-so-is-Countblank/m-p/2399355#M62709</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="368056" data-lia-user-login="scottz" class="lia-mention lia-mention-user"&gt;scottz&lt;/a&gt; , in power query replace null with say NA &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;null should be all small caps&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 02:48:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CountA-is-counting-blanks-and-so-is-Countblank/m-p/2399355#M62709</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-03-17T02:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: CountA is counting blanks...  ...and so is Countblank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CountA-is-counting-blanks-and-so-is-Countblank/m-p/2405841#M63154</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="368056" data-lia-user-login="scottz" class="lia-mention lia-mention-user"&gt;scottz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Yes, please replace the blank ("" or " ")with null.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Liang&lt;BR /&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 07:02:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CountA-is-counting-blanks-and-so-is-Countblank/m-p/2405841#M63154</guid>
      <dc:creator>V-lianl-msft</dc:creator>
      <dc:date>2022-03-21T07:02:04Z</dc:date>
    </item>
  </channel>
</rss>

