<?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: calculate the number of customer with negatif sales variation in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-the-number-of-customer-with-negatif-sales-variation/m-p/3266700#M120945</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="477984" data-lia-user-login="Sofinobi" class="lia-mention lia-mention-user"&gt;Sofinobi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;Count Negative =&lt;BR /&gt;SUMX ( VALUES ( Customer[Customer ID] ), INT ( [Sales Variation] &amp;lt; 0 ) )&lt;/P&gt;</description>
    <pubDate>Sat, 03 Jun 2023 13:59:52 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-06-03T13:59:52Z</dc:date>
    <item>
      <title>calculate the number of customer with negatif sales variation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-the-number-of-customer-with-negatif-sales-variation/m-p/3266658#M120943</link>
      <description>&lt;P&gt;good morning all,&lt;/P&gt;&lt;P&gt;please,&lt;/P&gt;&lt;P&gt;i have a measure to calculate the variation of sales by month;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;Sales Variation = DIVIDE([Sales],&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CALCULATE([Sales],DATEADD(Date[Date],-1,MONTH)),0)-1&lt;BR /&gt;&lt;/EM&gt;now, i want to calculate the number of costomer that have a negatif Sales Variation (decrease), also if it's possible, display their names in a table.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;thank you&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 03 Jun 2023 11:39:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-the-number-of-customer-with-negatif-sales-variation/m-p/3266658#M120943</guid>
      <dc:creator>Sofinobi</dc:creator>
      <dc:date>2023-06-03T11:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: calculate the number of customer with negatif sales variation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-the-number-of-customer-with-negatif-sales-variation/m-p/3266700#M120945</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="477984" data-lia-user-login="Sofinobi" class="lia-mention lia-mention-user"&gt;Sofinobi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;Count Negative =&lt;BR /&gt;SUMX ( VALUES ( Customer[Customer ID] ), INT ( [Sales Variation] &amp;lt; 0 ) )&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jun 2023 13:59:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-the-number-of-customer-with-negatif-sales-variation/m-p/3266700#M120945</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-03T13:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: calculate the number of customer with negatif sales variation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-the-number-of-customer-with-negatif-sales-variation/m-p/3267064#M120960</link>
      <description>&lt;P&gt;thank you so much my friend, it works perfectly, this way i dont need to create a calculated column.&lt;/P&gt;&lt;P&gt;thanx again&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jun 2023 08:24:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-the-number-of-customer-with-negatif-sales-variation/m-p/3267064#M120960</guid>
      <dc:creator>Sofinobi</dc:creator>
      <dc:date>2023-06-04T08:24:15Z</dc:date>
    </item>
  </channel>
</rss>

