<?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: DAX for counting rows with multiple filters in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-counting-rows-with-multiple-filters/m-p/3038136#M104090</link>
    <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="471948" data-lia-user-login="cammar" class="lia-mention lia-mention-user"&gt;cammar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try like:&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Number of Referrals =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;COUNTROWS(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; FILTER(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ALL(TableName),&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TableName[Status] IN&amp;nbsp;{"&lt;/SPAN&gt;&lt;SPAN&gt;Active&lt;/SPAN&gt;&lt;SPAN&gt;", "Allocated", "Pending allocation"}&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;amp;&amp;amp;TableName[Status Change] &amp;gt;=DATE(2022, 10, 1)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;amp;&amp;amp;TableName[First Contact Date]&amp;gt;=DATE(2022, 10, 1)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;amp;&amp;amp;TableName[First Contact Date]&amp;lt;=DATE(2022, 12, 31)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 23 Jan 2023 15:23:04 GMT</pubDate>
    <dc:creator>FreemanZ</dc:creator>
    <dc:date>2023-01-23T15:23:04Z</dc:date>
    <item>
      <title>DAX for counting rows with multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-counting-rows-with-multiple-filters/m-p/3038084#M104085</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a DAX function where I count Rows based off of mutliple filters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need&amp;nbsp;&lt;/P&gt;&lt;P&gt;Number of Referrals = Countrows with these filters:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Status is Active, Allocated or Pending allocation&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Status Change is on or after 01/10/2022&lt;/LI&gt;&lt;LI&gt;First Contact Date is between 01/10/2022 and 31/12/2022&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 15:06:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-counting-rows-with-multiple-filters/m-p/3038084#M104085</guid>
      <dc:creator>cammar</dc:creator>
      <dc:date>2023-01-23T15:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: DAX for counting rows with multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-counting-rows-with-multiple-filters/m-p/3038136#M104090</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="471948" data-lia-user-login="cammar" class="lia-mention lia-mention-user"&gt;cammar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try like:&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Number of Referrals =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;COUNTROWS(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; FILTER(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ALL(TableName),&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TableName[Status] IN&amp;nbsp;{"&lt;/SPAN&gt;&lt;SPAN&gt;Active&lt;/SPAN&gt;&lt;SPAN&gt;", "Allocated", "Pending allocation"}&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;amp;&amp;amp;TableName[Status Change] &amp;gt;=DATE(2022, 10, 1)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;amp;&amp;amp;TableName[First Contact Date]&amp;gt;=DATE(2022, 10, 1)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;amp;&amp;amp;TableName[First Contact Date]&amp;lt;=DATE(2022, 12, 31)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Jan 2023 15:23:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-counting-rows-with-multiple-filters/m-p/3038136#M104090</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-01-23T15:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: DAX for counting rows with multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-counting-rows-with-multiple-filters/m-p/3038145#M104091</link>
      <description>&lt;P&gt;Absolutely Perfect thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 15:26:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-counting-rows-with-multiple-filters/m-p/3038145#M104091</guid>
      <dc:creator>cammar</dc:creator>
      <dc:date>2023-01-23T15:26:14Z</dc:date>
    </item>
  </channel>
</rss>

