<?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 CalCulated/Dynamic measure to count the number of Same Rows based on Column ID in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CalCulated-Dynamic-measure-to-count-the-number-of-Same-Rows/m-p/2877144#M92989</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for seeing this Post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to find a way to caluculate the number of Rows with same IDS and put in a Seperate Dynamic measure/Column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Dataset looks like&amp;nbsp; below&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;if we see the above table, Microsoft was repeated two times , So countofIDs Column is 2 for both the rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similar for Salesforce. So how can we achieve this via Measure/Column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;</description>
    <pubDate>Tue, 01 Nov 2022 11:48:48 GMT</pubDate>
    <dc:creator>karthik69</dc:creator>
    <dc:date>2022-11-01T11:48:48Z</dc:date>
    <item>
      <title>CalCulated/Dynamic measure to count the number of Same Rows based on Column ID</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CalCulated-Dynamic-measure-to-count-the-number-of-Same-Rows/m-p/2877144#M92989</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for seeing this Post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to find a way to caluculate the number of Rows with same IDS and put in a Seperate Dynamic measure/Column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Dataset looks like&amp;nbsp; below&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;if we see the above table, Microsoft was repeated two times , So countofIDs Column is 2 for both the rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similar for Salesforce. So how can we achieve this via Measure/Column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 11:48:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CalCulated-Dynamic-measure-to-count-the-number-of-Same-Rows/m-p/2877144#M92989</guid>
      <dc:creator>karthik69</dc:creator>
      <dc:date>2022-11-01T11:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: CalCulated/Dynamic measure to count the number of Same Rows based on Column ID</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CalCulated-Dynamic-measure-to-count-the-number-of-Same-Rows/m-p/2877163#M92990</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Num IDs =
CALCULATE (
    COUNTROWS ( 'Table' ),
    REMOVEFILTERS ( 'Table' ),
    VALUES ( 'Table'[ID] )
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 01 Nov 2022 11:56:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CalCulated-Dynamic-measure-to-count-the-number-of-Same-Rows/m-p/2877163#M92990</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-11-01T11:56:00Z</dc:date>
    </item>
  </channel>
</rss>

