<?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 How to count recurrences in my table with multiple columns as parameters in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-recurrences-in-my-table-with-multiple-columns-as/m-p/1176697#M18284</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have a table of client complains and i need to count the recurrences, how can i do that?&lt;/P&gt;&lt;P&gt;a recurrence is a more than one row with the same client id, the same address and the same category.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my table looks like this:&lt;/P&gt;&lt;P&gt;row id | client id | address&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; category&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;St. Paul&amp;nbsp; &amp;nbsp; &amp;nbsp; not delivered&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;St. Mary&amp;nbsp; &amp;nbsp; &amp;nbsp;damaged&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;St. Paul&amp;nbsp; &amp;nbsp; &amp;nbsp; not delivered&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;St. Paul&amp;nbsp; &amp;nbsp; &amp;nbsp; damaged&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in this case row 4 isn't a recurrence&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jun 2020 14:22:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-23T14:22:21Z</dc:date>
    <item>
      <title>How to count recurrences in my table with multiple columns as parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-recurrences-in-my-table-with-multiple-columns-as/m-p/1176697#M18284</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have a table of client complains and i need to count the recurrences, how can i do that?&lt;/P&gt;&lt;P&gt;a recurrence is a more than one row with the same client id, the same address and the same category.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my table looks like this:&lt;/P&gt;&lt;P&gt;row id | client id | address&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; category&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;St. Paul&amp;nbsp; &amp;nbsp; &amp;nbsp; not delivered&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;St. Mary&amp;nbsp; &amp;nbsp; &amp;nbsp;damaged&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;St. Paul&amp;nbsp; &amp;nbsp; &amp;nbsp; not delivered&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;St. Paul&amp;nbsp; &amp;nbsp; &amp;nbsp; damaged&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in this case row 4 isn't a recurrence&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 14:22:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-recurrences-in-my-table-with-multiple-columns-as/m-p/1176697#M18284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-23T14:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to count recurrences in my table with multiple columns as parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-recurrences-in-my-table-with-multiple-columns-as/m-p/1177160#M18291</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&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;Create a measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Recurrence =
COUNTROWS (
    FILTER (
        ALL ( 'Table' ),
        'Table'[Client ID]
            = MAX ( 'Table'[Client ID] )
            &amp;amp;&amp;amp; 'Table'[Address]
                = MAX ( 'Table'[Address] )
            &amp;amp;&amp;amp; 'Table'[Category]
                = MAX ( 'Table'[Category] )
    )
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&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;Regards,&lt;BR /&gt;Harsh Nathani&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 17:18:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-recurrences-in-my-table-with-multiple-columns-as/m-p/1177160#M18291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-23T17:18:15Z</dc:date>
    </item>
  </channel>
</rss>

