<?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 No of customer who meets percentage of sales in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-of-customer-who-meets-percentage-of-sales/m-p/3029389#M103461</link>
    <description>&lt;P&gt;I want to show count of customers who excced the percentage of total sales. Where Percentage we need to keep in parameter (slicer).&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2023 18:09:25 GMT</pubDate>
    <dc:creator>Prathana</dc:creator>
    <dc:date>2023-01-18T18:09:25Z</dc:date>
    <item>
      <title>No of customer who meets percentage of sales</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-of-customer-who-meets-percentage-of-sales/m-p/3029389#M103461</link>
      <description>&lt;P&gt;I want to show count of customers who excced the percentage of total sales. Where Percentage we need to keep in parameter (slicer).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 18:09:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-of-customer-who-meets-percentage-of-sales/m-p/3029389#M103461</guid>
      <dc:creator>Prathana</dc:creator>
      <dc:date>2023-01-18T18:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: No of customer who meets percentage of sales</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-of-customer-who-meets-percentage-of-sales/m-p/3029437#M103464</link>
      <description>&lt;P&gt;Hello &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="501025" data-lia-user-login="Prathana" class="lia-mention lia-mention-user"&gt;Prathana&lt;/a&gt;&amp;nbsp;not sure if i understood well but you couls try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Calculate(count(table[customer],[percentage sales of each customer] &amp;gt; [percentage of total sales]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want the percentage of each customer, then&amp;nbsp;&lt;/P&gt;&lt;P&gt;Percentage of each customer =&lt;/P&gt;&lt;P&gt;VAR sales = Calculate(sum(sales))&lt;/P&gt;&lt;P&gt;Var allsales= Calculate(sum(sales),all(table))&lt;/P&gt;&lt;P&gt;Return&lt;/P&gt;&lt;P&gt;Divide(sales,allsales,0)&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 18:38:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-of-customer-who-meets-percentage-of-sales/m-p/3029437#M103464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-18T18:38:45Z</dc:date>
    </item>
  </channel>
</rss>

