<?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 COUNTIFS in DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNTIFS-in-DAX/m-p/2148326#M49461</link>
    <description>&lt;P&gt;Hello, I am trying to do calculation below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;The logic is to count rows that have same color but later date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What would be the dax formula for this?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Oct 2021 13:58:11 GMT</pubDate>
    <dc:creator>kangx322</dc:creator>
    <dc:date>2021-10-21T13:58:11Z</dc:date>
    <item>
      <title>COUNTIFS in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNTIFS-in-DAX/m-p/2148326#M49461</link>
      <description>&lt;P&gt;Hello, I am trying to do calculation below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;The logic is to count rows that have same color but later date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What would be the dax formula for this?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 13:58:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNTIFS-in-DAX/m-p/2148326#M49461</guid>
      <dc:creator>kangx322</dc:creator>
      <dc:date>2021-10-21T13:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: COUNTIFS in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNTIFS-in-DAX/m-p/2148618#M49475</link>
      <description>&lt;P&gt;I think this will do it.&lt;/P&gt;
&lt;P&gt;Please post data (not a picture) next time.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ColumnW = 
VAR _color = TableL[Color]
VAR _rowdate = TableL[Date]
RETURN
COUNTROWS(FILTER(TableL, TableL[Color] = _color &amp;amp;&amp;amp; TableL[Date] &amp;gt; _rowdate))&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 21 Oct 2021 15:50:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNTIFS-in-DAX/m-p/2148618#M49475</guid>
      <dc:creator>HotChilli</dc:creator>
      <dc:date>2021-10-21T15:50:38Z</dc:date>
    </item>
  </channel>
</rss>

