<?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: Count if one column A is not blank, but other column B is blank in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-if-one-column-A-is-not-blank-but-other-column-B-is-blank/m-p/2512892#M69746</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should do the trick :&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;Count of Unique PR w PO Blank = &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;DISTINCTCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;TabPRPO[PR Num]&lt;/SPAN&gt;&lt;SPAN&gt; ) , &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;TabPRPO&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;TabPRPO[PO Num]&lt;/SPAN&gt;&lt;SPAN&gt; ) &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;NOT&lt;/SPAN&gt; &lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TabPRPO[PR Num]&lt;/SPAN&gt;&lt;SPAN&gt;) ) )&lt;/SPAN&gt;&lt;/PRE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Let us know...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 13 May 2022 08:52:03 GMT</pubDate>
    <dc:creator>AilleryO</dc:creator>
    <dc:date>2022-05-13T08:52:03Z</dc:date>
    <item>
      <title>Count if one column A is not blank, but other column B is blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-if-one-column-A-is-not-blank-but-other-column-B-is-blank/m-p/2512798#M69743</link>
      <description>&lt;P&gt;Hello, May I know what should I code based on below logic.&amp;nbsp;&lt;BR /&gt;Would like to know the number of Unique "PR Number" that is not blank, but the row of "PO number " is blank.&amp;nbsp;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 08:40:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-if-one-column-A-is-not-blank-but-other-column-B-is-blank/m-p/2512798#M69743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-13T08:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Count if one column A is not blank, but other column B is blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-if-one-column-A-is-not-blank-but-other-column-B-is-blank/m-p/2512892#M69746</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should do the trick :&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;Count of Unique PR w PO Blank = &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;DISTINCTCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;TabPRPO[PR Num]&lt;/SPAN&gt;&lt;SPAN&gt; ) , &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;TabPRPO&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;TabPRPO[PO Num]&lt;/SPAN&gt;&lt;SPAN&gt; ) &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;NOT&lt;/SPAN&gt; &lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TabPRPO[PR Num]&lt;/SPAN&gt;&lt;SPAN&gt;) ) )&lt;/SPAN&gt;&lt;/PRE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Let us know...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 May 2022 08:52:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-if-one-column-A-is-not-blank-but-other-column-B-is-blank/m-p/2512892#M69746</guid>
      <dc:creator>AilleryO</dc:creator>
      <dc:date>2022-05-13T08:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Count if one column A is not blank, but other column B is blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-if-one-column-A-is-not-blank-but-other-column-B-is-blank/m-p/2512925#M69749</link>
      <description>&lt;P&gt;Thank you so much ! it works ! Really appreciate that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 08:57:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-if-one-column-A-is-not-blank-but-other-column-B-is-blank/m-p/2512925#M69749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-13T08:57:24Z</dc:date>
    </item>
  </channel>
</rss>

