<?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 rows with same value in one column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3716276#M144645</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="426215" data-lia-user-login="gmsamborn" class="lia-mention lia-mention-user"&gt;gmsamborn&lt;/a&gt;&amp;nbsp;MAX does not work either, as you see I get 2 instead of 3 for 2024-02-06, 4 instead of 1 for 2024-02-09, 6 instead of 2 for 2024-02-13 and etc.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2024 07:34:45 GMT</pubDate>
    <dc:creator>Shota_Xuc</dc:creator>
    <dc:date>2024-02-22T07:34:45Z</dc:date>
    <item>
      <title>Count rows with same value in one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3711658#M144411</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a column "Valuation date" with dates like:&lt;/P&gt;&lt;P&gt;2024-02-06&lt;/P&gt;&lt;P&gt;2024-02-06&lt;/P&gt;&lt;P&gt;2024-02-06&lt;/P&gt;&lt;P&gt;2024-02-07&lt;/P&gt;&lt;P&gt;2024-02-07&lt;/P&gt;&lt;P&gt;2024-02-07&lt;/P&gt;&lt;P&gt;2024-02-09&lt;/P&gt;&lt;P&gt;2024-02-10&lt;/P&gt;&lt;P&gt;2024-02-10&lt;/P&gt;&lt;P&gt;2024-02-12&lt;/P&gt;&lt;P&gt;2024-02-12&lt;/P&gt;&lt;P&gt;2024-02-12&lt;/P&gt;&lt;P&gt;2024-02-12&lt;/P&gt;&lt;P&gt;I want to create a measure showing how many times i have this date in the column like:&lt;/P&gt;&lt;P&gt;2024-02-06&amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;&lt;P&gt;2024-02-06&amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;&lt;P&gt;2024-02-06&amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;&lt;P&gt;2024-02-07&amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;&lt;P&gt;2024-02-07&amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;&lt;P&gt;2024-02-07&amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;&lt;P&gt;2024-02-09&amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;&lt;P&gt;2024-02-10&amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;/P&gt;&lt;P&gt;2024-02-10&amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;/P&gt;&lt;P&gt;2024-02-12&amp;nbsp; &amp;nbsp; &amp;nbsp;4&lt;/P&gt;&lt;P&gt;2024-02-12&amp;nbsp; &amp;nbsp; &amp;nbsp;4&lt;/P&gt;&lt;P&gt;2024-02-12&amp;nbsp; &amp;nbsp; &amp;nbsp;4&lt;/P&gt;&lt;P&gt;2024-02-12&amp;nbsp; &amp;nbsp; &amp;nbsp;4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help with DAX. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 16:08:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3711658#M144411</guid>
      <dc:creator>Shota_Xuc</dc:creator>
      <dc:date>2024-02-20T16:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows with same value in one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3711715#M144413</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="693255" data-lia-user-login="Shota_Xuc" class="lia-mention lia-mention-user"&gt;Shota_Xuc&lt;/a&gt;&amp;nbsp;, You can try below mentioned measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count of Valuation Dates =&lt;BR /&gt;COUNTROWS(&lt;BR /&gt;FILTER(&lt;BR /&gt;'YourTableName',&lt;BR /&gt;'YourTableName'[Valuation date] = EARLIER('YourTableName'[Valuation date])&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please accept as solution and give kudos if it helps&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 16:25:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3711715#M144413</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2024-02-20T16:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows with same value in one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3711824#M144419</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="625922" data-lia-user-login="bhanu_gautam" class="lia-mention lia-mention-user"&gt;bhanu_gautam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That DAX won't work for a measure because it "refers to an earlier row context which doesn't exist."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would work as a calculated column.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 17:04:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3711824#M144419</guid>
      <dc:creator>gmsamborn</dc:creator>
      <dc:date>2024-02-20T17:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows with same value in one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3714166#M144543</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="625922" data-lia-user-login="bhanu_gautam" class="lia-mention lia-mention-user"&gt;bhanu_gautam&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="426215" data-lia-user-login="gmsamborn" class="lia-mention lia-mention-user"&gt;gmsamborn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes, exactly, that does not work as a measure&amp;nbsp;&lt;SPAN&gt;because it "refers to an earlier row context which doesn't exist." But I do not need to have it as a calculcated column, if I have it as a column, I get numbers from the ground table (which has more rows than my visual) and not from my visual.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 11:53:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3714166#M144543</guid>
      <dc:creator>Shota_Xuc</dc:creator>
      <dc:date>2024-02-21T11:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows with same value in one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3714880#M144570</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="693255" data-lia-user-login="Shota_Xuc" class="lia-mention lia-mention-user"&gt;Shota_Xuc&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try changing EARLIER to MAX.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 16:36:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3714880#M144570</guid>
      <dc:creator>gmsamborn</dc:creator>
      <dc:date>2024-02-21T16:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows with same value in one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3715153#M144590</link>
      <description>&lt;P&gt;I'm assuming it's intended that you want the dates to display multiple times as well in the visual. This would typically mean either&lt;BR /&gt;&lt;STRONG&gt;a)&lt;/STRONG&gt; you're not using a date table or&lt;BR /&gt;&lt;STRONG&gt;b)&lt;/STRONG&gt;&amp;nbsp;there are going to be more columns added to the display table and a date table is going to be used.&lt;BR /&gt;&lt;BR /&gt;Either way, the following calculation should do the job for you. 'Table' in this case is going to be the table that your fact is (I.E. not the date table)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CountOfDates = 
var _SelectedValueDate = SELECTEDVALUE('Table'[Date])
return
CALCULATE(
     COUNTROWS('Table'),
     ALL('Table'),
     'Table'[Date] = _SelectedValueDate
)&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 19:18:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3715153#M144590</guid>
      <dc:creator>NickDanger</dc:creator>
      <dc:date>2024-02-21T19:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows with same value in one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3716266#M144644</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="694227" data-lia-user-login="NickDanger" class="lia-mention lia-mention-user"&gt;NickDanger&lt;/a&gt;,&amp;nbsp;it does not work. E.g. I should get 3 for 02-06, 1 for 02-09, 2 for 02-13 instead.&lt;/P&gt;&lt;P&gt;I think the expression takes numbers from ground table my visual is based on, but rows in my visual are filtered out. I need to count rows with the same valuation date on my visual below.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 07:29:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3716266#M144644</guid>
      <dc:creator>Shota_Xuc</dc:creator>
      <dc:date>2024-02-22T07:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows with same value in one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3716276#M144645</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="426215" data-lia-user-login="gmsamborn" class="lia-mention lia-mention-user"&gt;gmsamborn&lt;/a&gt;&amp;nbsp;MAX does not work either, as you see I get 2 instead of 3 for 2024-02-06, 4 instead of 1 for 2024-02-09, 6 instead of 2 for 2024-02-13 and etc.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 07:34:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3716276#M144645</guid>
      <dc:creator>Shota_Xuc</dc:creator>
      <dc:date>2024-02-22T07:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows with same value in one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3717254#M144709</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="693255" data-lia-user-login="Shota_Xuc" class="lia-mention lia-mention-user"&gt;Shota_Xuc&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for the elaboration. The original post did have much info. Here is a code snippest of test data from AdventureWorks that I mocked up that would work with your issue.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Test Measure = 
var _SelectedValueDate = SELECTEDVALUE('FactInternetSales'[OrderDate])
RETURN
CALCULATE(
    COUNTROWS('FactInternetSales'),
    ALLEXCEPT('FactInternetSales', 'FactInternetSales'[PromotionKey]), //Add any columns here that you're filtering on
    'FactInternetSales'[OrderDate] = _SelectedValueDate)&lt;/LI-CODE&gt;&lt;P&gt;Include any of the columns you're filtering your table on in the ALLEXCEPT function. For instance, in my data I filtered on PromotionKey.&amp;nbsp;&lt;BR /&gt;This first screenshot is without including PromotionKey in the ALLEXCEPT, the second screenshot is when it's written to account for the filter.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&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;</description>
      <pubDate>Thu, 22 Feb 2024 13:54:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3717254#M144709</guid>
      <dc:creator>NickDanger</dc:creator>
      <dc:date>2024-02-22T13:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows with same value in one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3717514#M144726</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="694227" data-lia-user-login="NickDanger" class="lia-mention lia-mention-user"&gt;NickDanger&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it does not work, I have adjusted your code to my visual, here is my code:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Test &lt;/SPAN&gt;&lt;SPAN&gt;Measure&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;_SelectedValueDate&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'SFX_TRS_RESET_MATURITY_DATES'&lt;/SPAN&gt;&lt;SPAN&gt;[Valuation date]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;COUNTROWS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'SFX_TRS_RESET_MATURITY_DATES'&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'SFX_TRS_RESET_MATURITY_DATES'&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;//Add any columns here that you're filtering on&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'SFX_TRS_RESET_MATURITY_DATES'&lt;/SPAN&gt;&lt;SPAN&gt;[Valuation date]&lt;/SPAN&gt;&lt;SPAN&gt; = _SelectedValueDate)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;and I get wrong numbers:&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Feb 2024 15:14:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3717514#M144726</guid>
      <dc:creator>Shota_Xuc</dc:creator>
      <dc:date>2024-02-22T15:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows with same value in one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3717536#M144728</link>
      <description>&lt;P&gt;Sorry if there was confusion, but your code does not match mine. You need to use&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ALLEXCEPT('SFX_TRS_RESET_MATURITY_DATES', 'SFX_TRS_RESET_MATURITY_DATES'[FILTERED COLUMN HERE]])&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Not&amp;nbsp;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'SFX_TRS_RESET_MATURITY_DATES'&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;If you're filtering on more than one column, separate them with a comma after each column listed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 15:19:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3717536#M144728</guid>
      <dc:creator>NickDanger</dc:creator>
      <dc:date>2024-02-22T15:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Count rows with same value in one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3717635#M144735</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="694227" data-lia-user-login="NickDanger" class="lia-mention lia-mention-user"&gt;NickDanger&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not filtering on more than one column,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the below code, but I get wrong numbers:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Test &lt;/SPAN&gt;&lt;SPAN&gt;Measure&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;_SelectedValueDate&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'SFX_TRS_RESET_MATURITY_DATES'&lt;/SPAN&gt;&lt;SPAN&gt;[Valuation date]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;COUNTROWS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'SFX_TRS_RESET_MATURITY_DATES'&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ALLEXCEPT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'SFX_TRS_RESET_MATURITY_DATES'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;SFX_TRS_RESET_MATURITY_DATES&lt;/SPAN&gt;&lt;SPAN&gt;[Valuation date]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;//Add any columns here that you're filtering on&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'SFX_TRS_RESET_MATURITY_DATES'&lt;/SPAN&gt;&lt;SPAN&gt;[Valuation date]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;_SelectedValueDate&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 15:57:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-rows-with-same-value-in-one-column/m-p/3717635#M144735</guid>
      <dc:creator>Shota_Xuc</dc:creator>
      <dc:date>2024-02-22T15:57:45Z</dc:date>
    </item>
  </channel>
</rss>

