<?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 values based on other column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-values-based-on-other-column/m-p/2964432#M98868</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please check the below picture and the attached pbix file.&lt;/P&gt;
&lt;P&gt;It is for creating a new column.&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;
&lt;LI-CODE lang="markup"&gt;Result CC =
IF (
    COUNTROWS (
        FILTER ( Data, Data[ID] = EARLIER ( Data[ID] ) &amp;amp;&amp;amp; Data[Actions 1] = "Open" )
    ) &amp;gt; 0,
    0,
    1
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Dec 2022 07:36:46 GMT</pubDate>
    <dc:creator>Jihwan_Kim</dc:creator>
    <dc:date>2022-12-13T07:36:46Z</dc:date>
    <item>
      <title>Count values based on other column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-values-based-on-other-column/m-p/2964391#M98866</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope someone can help me quickly find the answer to the below query&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;&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>Tue, 13 Dec 2022 07:27:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-values-based-on-other-column/m-p/2964391#M98866</guid>
      <dc:creator>ajisharavind_99</dc:creator>
      <dc:date>2022-12-13T07:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Count values based on other column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-values-based-on-other-column/m-p/2964432#M98868</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please check the below picture and the attached pbix file.&lt;/P&gt;
&lt;P&gt;It is for creating a new column.&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;
&lt;LI-CODE lang="markup"&gt;Result CC =
IF (
    COUNTROWS (
        FILTER ( Data, Data[ID] = EARLIER ( Data[ID] ) &amp;amp;&amp;amp; Data[Actions 1] = "Open" )
    ) &amp;gt; 0,
    0,
    1
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 07:36:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-values-based-on-other-column/m-p/2964432#M98868</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-12-13T07:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Count values based on other column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-values-based-on-other-column/m-p/2966994#M99059</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="291628" data-lia-user-login="Jihwan_Kim" class="lia-mention lia-mention-user"&gt;Jihwan_Kim&lt;/a&gt;&amp;nbsp;Thanks , Awsome !!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 04:07:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-values-based-on-other-column/m-p/2966994#M99059</guid>
      <dc:creator>ajisharavind_99</dc:creator>
      <dc:date>2022-12-14T04:07:15Z</dc:date>
    </item>
  </channel>
</rss>

