<?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 a status column with blanks as well in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-count-a-status-column-with-blanks-as-well/m-p/2543532#M71709</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="365104" data-lia-user-login="Maz_0102" class="lia-mention lia-mention-user"&gt;Maz_0102&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please use&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=
COUNTROWS (
    FILTER (
        'Hazard and Near Miss Report',
        'Hazard and Near Miss Report'[Status] = "Approved"
            || 'Hazard and Near Miss Report'[Uploaded in 4sight] = "No"
            || 'Hazard and Near Miss Report'[Uploaded in 4sight] = BLANK ()
    )
)&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 27 May 2022 10:10:31 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-05-27T10:10:31Z</dc:date>
    <item>
      <title>how to count a status column with blanks as well</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-count-a-status-column-with-blanks-as-well/m-p/2543438#M71701</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please i really need your assistance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to count a column based on some conditions&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;two columns = Status and Uploaded&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to count all the data in approved from 'Status' combined with 'No' and blanks from column 'uploaded'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use the formula below but the last part of the formual underlined is preventing me from doing it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please can you advise&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;= &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Hazard and Near Miss Report'[Type of Hazard]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;'Hazard and Near Miss Report'[Status]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"Approved"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Hazard and Near Miss Report'[Uploaded in 4sight]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"No"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;U&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;'Hazard and Near Miss Report'[Uploaded in 4sight] = blank())&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 May 2022 09:35:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-count-a-status-column-with-blanks-as-well/m-p/2543438#M71701</guid>
      <dc:creator>Maz_0102</dc:creator>
      <dc:date>2022-05-27T09:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to count a status column with blanks as well</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-count-a-status-column-with-blanks-as-well/m-p/2543532#M71709</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="365104" data-lia-user-login="Maz_0102" class="lia-mention lia-mention-user"&gt;Maz_0102&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please use&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=
COUNTROWS (
    FILTER (
        'Hazard and Near Miss Report',
        'Hazard and Near Miss Report'[Status] = "Approved"
            || 'Hazard and Near Miss Report'[Uploaded in 4sight] = "No"
            || 'Hazard and Near Miss Report'[Uploaded in 4sight] = BLANK ()
    )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 27 May 2022 10:10:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-count-a-status-column-with-blanks-as-well/m-p/2543532#M71709</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-27T10:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to count a status column with blanks as well</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-count-a-status-column-with-blanks-as-well/m-p/2543595#M71716</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you replying&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have executed this below but the number is not returning correct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It should be 38&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>Fri, 27 May 2022 10:35:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-count-a-status-column-with-blanks-as-well/m-p/2543595#M71716</guid>
      <dc:creator>Maz_0102</dc:creator>
      <dc:date>2022-05-27T10:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to count a status column with blanks as well</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-count-a-status-column-with-blanks-as-well/m-p/2543656#M71719</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="365104" data-lia-user-login="Maz_0102" class="lia-mention lia-mention-user"&gt;Maz_0102&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I might have misunderstood&amp;nbsp;your description. Please try&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=
COUNTROWS (
    FILTER (
        'Hazard and Near Miss Report',
        AND (
            'Hazard and Near Miss Report'[Status] = "Approved",
            'Hazard and Near Miss Report'[Uploaded in 4sight] = "No"
                || 'Hazard and Near Miss Report'[Uploaded in 4sight] = BLANK ()
        )
    )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 27 May 2022 11:03:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-count-a-status-column-with-blanks-as-well/m-p/2543656#M71719</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-27T11:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to count a status column with blanks as well</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-count-a-status-column-with-blanks-as-well/m-p/2543674#M71720</link>
      <description>&lt;P&gt;YOU ARE AMAZING! THANK YOU&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 11:12:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-count-a-status-column-with-blanks-as-well/m-p/2543674#M71720</guid>
      <dc:creator>Maz_0102</dc:creator>
      <dc:date>2022-05-27T11:12:16Z</dc:date>
    </item>
  </channel>
</rss>

