<?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 record with no category in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-record-with-no-category/m-p/3087421#M107995</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="513924" data-lia-user-login="Revilo" class="lia-mention lia-mention-user"&gt;Revilo&lt;/a&gt; , not very clear. But you can have measures like &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;countrows(filter(Table, isblank(Table[Category]) ))&lt;/P&gt;</description>
    <pubDate>Mon, 20 Feb 2023 08:40:02 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2023-02-20T08:40:02Z</dc:date>
    <item>
      <title>count record with no category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-record-with-no-category/m-p/3087308#M107985</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to count records/rows without category. if any from the below categories is in the column, results = TRUE, otherwise, FALSE.&lt;/P&gt;&lt;P&gt;what would be the measure i can use for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex. Categories:&lt;/P&gt;&lt;P&gt;architecture&lt;/P&gt;&lt;P&gt;engagement&lt;/P&gt;&lt;P&gt;investigation&lt;/P&gt;&lt;P&gt;capacity&lt;/P&gt;&lt;P&gt;SWAT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 07:40:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-record-with-no-category/m-p/3087308#M107985</guid>
      <dc:creator>Revilo</dc:creator>
      <dc:date>2023-02-20T07:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: count record with no category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-record-with-no-category/m-p/3087421#M107995</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="513924" data-lia-user-login="Revilo" class="lia-mention lia-mention-user"&gt;Revilo&lt;/a&gt; , not very clear. But you can have measures like &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;countrows(filter(Table, isblank(Table[Category]) ))&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 08:40:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-record-with-no-category/m-p/3087421#M107995</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-02-20T08:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: count record with no category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-record-with-no-category/m-p/3087422#M107996</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="513924" data-lia-user-login="Revilo" class="lia-mention lia-mention-user"&gt;Revilo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure = 
COUNTROWS(
    FILTER(
        TableName,
        TableName[Categories] IN {"architecture", "engagement", "investigation", "capacity", "SWAT"}
    )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 20 Feb 2023 08:41:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-record-with-no-category/m-p/3087422#M107996</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-20T08:41:25Z</dc:date>
    </item>
  </channel>
</rss>

