<?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 List of all clients in client groups that contain at least 1 client that has had certain help in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/List-of-all-clients-in-client-groups-that-contain-at-least-1/m-p/2059144#M46429</link>
    <description>&lt;P&gt;Dear community&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm relatively new to DAX, so I'm still learning. I am trying to figure something out which is probably not difficult for you, but I've been searching and I have not found a solution yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A client belongs to a client group. And a client gets a certain type of help from the government. There are different types of help like: money, meals, house...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question: I would like to have a list of all clients that belong to a client group that contains at least 1 client that has gotten the type of help "Meals".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if there is a client group that contains 4 persons, of which 1 person has gotten the type of help "Meals" and the other have gotten the type of help "Money", then I would still like to see all clients as at least 1 client in that client group has had "Meals".&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Jelle&lt;/P&gt;</description>
    <pubDate>Mon, 06 Sep 2021 08:22:40 GMT</pubDate>
    <dc:creator>jelledaems</dc:creator>
    <dc:date>2021-09-06T08:22:40Z</dc:date>
    <item>
      <title>List of all clients in client groups that contain at least 1 client that has had certain help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/List-of-all-clients-in-client-groups-that-contain-at-least-1/m-p/2059144#M46429</link>
      <description>&lt;P&gt;Dear community&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm relatively new to DAX, so I'm still learning. I am trying to figure something out which is probably not difficult for you, but I've been searching and I have not found a solution yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A client belongs to a client group. And a client gets a certain type of help from the government. There are different types of help like: money, meals, house...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question: I would like to have a list of all clients that belong to a client group that contains at least 1 client that has gotten the type of help "Meals".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if there is a client group that contains 4 persons, of which 1 person has gotten the type of help "Meals" and the other have gotten the type of help "Money", then I would still like to see all clients as at least 1 client in that client group has had "Meals".&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Jelle&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 08:22:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/List-of-all-clients-in-client-groups-that-contain-at-least-1/m-p/2059144#M46429</guid>
      <dc:creator>jelledaems</dc:creator>
      <dc:date>2021-09-06T08:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: List of all clients in client groups that contain at least 1 client that has had certain help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/List-of-all-clients-in-client-groups-that-contain-at-least-1/m-p/2059532#M46433</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="174771" data-lia-user-login="jelledaems" class="lia-mention lia-mention-user"&gt;jelledaems&lt;/a&gt; , Try measure like &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Table[Sales new used] = "New"))&lt;/P&gt;
&lt;P&gt;measure =&lt;BR /&gt;var _cnt = calculate(countrows(filter(Table, Table[Help type] = ""Meal)), allexcept(Table, Table[client group]))&lt;BR /&gt;return &lt;BR /&gt;calculate(count(Table[client]), filter(Table, not(isblank(_cnt))))&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 10:07:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/List-of-all-clients-in-client-groups-that-contain-at-least-1/m-p/2059532#M46433</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-09-06T10:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: List of all clients in client groups that contain at least 1 client that has had certain help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/List-of-all-clients-in-client-groups-that-contain-at-least-1/m-p/2059683#M46442</link>
      <description>&lt;P&gt;Thank you,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;This seems to do the trick. I'll analyze your solution now, so that I will also learn from it!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 11:06:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/List-of-all-clients-in-client-groups-that-contain-at-least-1/m-p/2059683#M46442</guid>
      <dc:creator>jelledaems</dc:creator>
      <dc:date>2021-09-06T11:06:53Z</dc:date>
    </item>
  </channel>
</rss>

