<?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: How to Sum a Distinct Count Measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Sum-a-Distinct-Count-Measure/m-p/1755138#M36619</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Try a measure like &lt;/P&gt;
&lt;P&gt;countx(filter(Values('Orders'[Secteur]), [Réassort] &amp;gt;1),[Secteur], blank())&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sumx(filter(Values('Orders'[Secteur]), [Réassort] &amp;gt;1),[Réassort] ,&amp;nbsp; blank())&lt;/P&gt;</description>
    <pubDate>Tue, 30 Mar 2021 15:04:08 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2021-03-30T15:04:08Z</dc:date>
    <item>
      <title>How to Sum a Distinct Count Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Sum-a-Distinct-Count-Measure/m-p/1755062#M36618</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'd like to put a card in my board that tells me how many "Pharmacie" I have :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;For example here, if I select the 101 secteur, I 'd like to have 10 in my card instead of 0&lt;/P&gt;&lt;P&gt;The Réassort filter is a measure :&amp;nbsp;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In conclusion I'd like to sum my Réassort measure but I don't know how to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help !&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lydie&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 14:39:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Sum-a-Distinct-Count-Measure/m-p/1755062#M36618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-30T14:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sum a Distinct Count Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Sum-a-Distinct-Count-Measure/m-p/1755138#M36619</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Try a measure like &lt;/P&gt;
&lt;P&gt;countx(filter(Values('Orders'[Secteur]), [Réassort] &amp;gt;1),[Secteur], blank())&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sumx(filter(Values('Orders'[Secteur]), [Réassort] &amp;gt;1),[Réassort] ,&amp;nbsp; blank())&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 15:04:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Sum-a-Distinct-Count-Measure/m-p/1755138#M36619</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-03-30T15:04:08Z</dc:date>
    </item>
  </channel>
</rss>

