<?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: From a big list with duplicates, isolating records with certain criteria and counting in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1280906#M21847</link>
    <description>&lt;P&gt;this works!&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having issues accepting and posting kudos.&amp;nbsp; system&amp;nbsp;gives me an error when i&amp;nbsp;attempt to give you kudos.&amp;nbsp; your solution wins.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Aug 2020 17:34:13 GMT</pubDate>
    <dc:creator>RA_gov</dc:creator>
    <dc:date>2020-08-07T17:34:13Z</dc:date>
    <item>
      <title>From a big list with duplicates, isolating records with certain criteria and counting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274443#M21524</link>
      <description>&lt;P&gt;From TABLE1 containing all banks and their custodians, I need a DAX query(s) that isolates only BANK_NAME where CUSTODIAN_NAME = 'CUSTODIAN' ... and from that listing, shows me counts for all their other custodians.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Restults would look like:&lt;/P&gt;&lt;P&gt;COLORADO BANK&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;MIDWAY BANK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;UNION BANK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;RA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TABLE1&lt;/P&gt;&lt;TABLE border="1" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;&lt;STRONG&gt;BANK_NAME&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;&lt;STRONG&gt;CUSTODIAN_NAME&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;UNION BANK&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;BUSINESS A&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;COMMUNITY BANK&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;BUSINESS BB&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;COLORADO BANK&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;&lt;STRONG&gt;CUSTODIAN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;COLORADO BANK&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;BUSINESS A&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;STANDARD BANK&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;BUSINESS CCC&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;STANDARD BANK&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;BUSINESS BB&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;DOVETAIL S&amp;amp;L&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;BUSINESS A&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;MIDWAY BANK&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;BUSINESS BB&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;MIDWAY BANK&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;BUSINESS A&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;MIDWAY BANK&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;BUSINESS CCC&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;MIDWAY BANK&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT face="Calibri" color="#000000"&gt;CUSTODIAN&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;UNION BANK&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT face="Calibri" color="#000000"&gt;CUSTODIAN&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;HAWAII BANK&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;BUSINESS CCC&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;FIRST BANK&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="Calibri" color="#000000"&gt;BUSINESS CCC&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&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>Wed, 05 Aug 2020 11:51:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274443#M21524</guid>
      <dc:creator>RA_gov</dc:creator>
      <dc:date>2020-08-05T11:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: From a big list with duplicates, isolating records with certain criteria and counting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274477#M21527</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="108845" data-lia-user-login="RA_gov" class="lia-mention lia-mention-user"&gt;RA_gov&lt;/a&gt;&amp;nbsp;-&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Place Bank name and this measure in a visual:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure =
  COUNTROWS(FILTER('Table',[CUSTODIAN_NAME] = 'CUSTODIAN'))&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 05 Aug 2020 11:59:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274477#M21527</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-08-05T11:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: From a big list with duplicates, isolating records with certain criteria and counting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274535#M21532</link>
      <description>&lt;P&gt;Thanks, but&amp;nbsp;not the answer I need.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yours&amp;nbsp;says:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If BANK has CUSTODIAN, count it&lt;/P&gt;&lt;P&gt;I Need:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;If&amp;nbsp; BANK has CUSTODIAN, count all the&lt;U&gt; other&lt;/U&gt; custodians&amp;nbsp;for that particular bank&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 12:16:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274535#M21532</guid>
      <dc:creator>RA_gov</dc:creator>
      <dc:date>2020-08-05T12:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: From a big list with duplicates, isolating records with certain criteria and counting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274594#M21540</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="108845" data-lia-user-login="RA_gov" class="lia-mention lia-mention-user"&gt;RA_gov&lt;/a&gt;&amp;nbsp;Do as &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;suggest but&amp;nbsp; change the &lt;STRONG&gt;=&lt;/STRONG&gt; sign to &lt;STRONG&gt;&amp;lt;&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But based on your description this should work.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure 2 =
VAR Custodians =
    COUNTROWS ( FILTER ( 'Table (2)', 'Table (2)'[CUSTODIAN_NAME] = "CUSTODIAN" ) )
RETURN
    IF (
        Custodians &amp;gt;= 1,
        COUNTROWS ( FILTER ( 'Table (2)', 'Table (2)'[CUSTODIAN_NAME] &amp;lt;&amp;gt; "CUSTODIAN" ) ),
        0
    )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate with kudos.&lt;/P&gt;&lt;P&gt;Mark as solution if this resolves your problem.&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;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 12:54:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274594#M21540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-05T12:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: From a big list with duplicates, isolating records with certain criteria and counting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274618#M21543</link>
      <description />
      <pubDate>Wed, 05 Aug 2020 12:49:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274618#M21543</guid>
      <dc:creator>RA_gov</dc:creator>
      <dc:date>2020-08-05T12:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: From a big list with duplicates, isolating records with certain criteria and counting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274622#M21544</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="108845" data-lia-user-login="RA_gov" class="lia-mention lia-mention-user"&gt;RA_gov&lt;/a&gt; , Try a measure like&lt;/P&gt;
&lt;P&gt;calculate(distinctcount(Table[CUSTODIAN_NAME]),Table[CUSTODIAN_NAME] &amp;lt;&amp;gt;"CUSTODIAN")&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 12:50:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274622#M21544</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-08-05T12:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: From a big list with duplicates, isolating records with certain criteria and counting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274632#M21545</link>
      <description>whoops</description>
      <pubDate>Wed, 05 Aug 2020 12:53:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274632#M21545</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-08-05T12:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: From a big list with duplicates, isolating records with certain criteria and counting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274758#M21551</link>
      <description>&lt;P&gt;Nope.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I Need:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;If&amp;nbsp; BANK_NAME has CUSTODIAN_NAME = 'CUSTODIAN', count all the&lt;U&gt; other&lt;/U&gt; custodians&amp;nbsp;for that particular bank&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 13:38:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274758#M21551</guid>
      <dc:creator>RA_gov</dc:creator>
      <dc:date>2020-08-05T13:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: From a big list with duplicates, isolating records with certain criteria and counting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274790#M21555</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="108845" data-lia-user-login="RA_gov" class="lia-mention lia-mention-user"&gt;RA_gov&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should work&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure 2 =
VAR Custodians =
    COUNTROWS ( FILTER ( 'Table (2)', 'Table (2)'[CUSTODIAN_NAME] = "CUSTODIAN" ) )
RETURN
    IF (
        Custodians &amp;gt;= 1,
        COUNTROWS ( FILTER ( 'Table (2)', 'Table (2)'[CUSTODIAN_NAME] &amp;lt;&amp;gt; "CUSTODIAN" ) ),
        0
    )&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 05 Aug 2020 13:54:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1274790#M21555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-05T13:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: From a big list with duplicates, isolating records with certain criteria and counting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1275303#M21575</link>
      <description>&lt;P&gt;Not there yet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;BANK_NAME has to be the result of the VAR phrase, then&amp;nbsp;BANK_NAME VAR joined against the remaining list to pull out those&amp;nbsp;where&amp;nbsp;&amp;lt;&amp;gt;= CUSTODIAN&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm too new to DAX to figure this out.&amp;nbsp; I appreciate your help.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 16:42:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1275303#M21575</guid>
      <dc:creator>RA_gov</dc:creator>
      <dc:date>2020-08-05T16:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: From a big list with duplicates, isolating records with certain criteria and counting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1275698#M21608</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="108845" data-lia-user-login="RA_gov" class="lia-mention lia-mention-user"&gt;RA_gov&lt;/a&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;The above code will work, if you remove the 0 from the If statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, your output for Union Bank should be 1 and not 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;YOu can try this measure too, but maynot be the best solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure 2 = 

var __TableC =

CALCULATETABLE(VALUES('Table (2)'[BANK_NAME]), 'Table (2)'[CUSTODIAN_NAME] = "CUSTODIAN" )

var __TableNC = 
CALCULATETABLE(VALUES('Table (2)'[BANK_NAME]), 'Table (2)'[CUSTODIAN_NAME] &amp;lt;&amp;gt; "CUSTODIAN" )

RETURN

COUNTX(FILTER('Table (2)' ,'Table (2)'[BANK_NAME] IN INTERSECT(__TableNC,__TableC) &amp;amp;&amp;amp; 'Table (2)'[CUSTODIAN_NAME] &amp;lt;&amp;gt; "CUSTODIAN"),'Table (2)'[CUSTODIAN_NAME])&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Harsh Nathani&lt;BR /&gt;&lt;BR /&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>Wed, 05 Aug 2020 20:56:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1275698#M21608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-05T20:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: From a big list with duplicates, isolating records with certain criteria and counting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1280906#M21847</link>
      <description>&lt;P&gt;this works!&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having issues accepting and posting kudos.&amp;nbsp; system&amp;nbsp;gives me an error when i&amp;nbsp;attempt to give you kudos.&amp;nbsp; your solution wins.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 17:34:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/From-a-big-list-with-duplicates-isolating-records-with-certain/m-p/1280906#M21847</guid>
      <dc:creator>RA_gov</dc:creator>
      <dc:date>2020-08-07T17:34:13Z</dc:date>
    </item>
  </channel>
</rss>

