<?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 DAX help requied in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-help-requied/m-p/3111525#M109940</link>
    <description>&lt;P&gt;I need help with creating a measure for the percentage of products with more than 1000 sales.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The table I have is called products which is a list of sales with each row a unique sale. Within this table I have a column called Product Name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have created a measure for total sales which is the count of site product name. But the measure I need is a little beyond me at the moment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As I can’t work out in the one measure how to combine the following.&amp;nbsp;&lt;BR /&gt;1. Number of PRODUCTS&lt;BR /&gt;2. Number of SALES per PRODUCT&lt;BR /&gt;3. Number of PRODUCTS with more than 1000 SALES&amp;nbsp;&lt;BR /&gt;4. % of PRODUCTS with more than 1000 SALES&lt;/P&gt;</description>
    <pubDate>Sat, 04 Mar 2023 10:46:35 GMT</pubDate>
    <dc:creator>TonyAshton</dc:creator>
    <dc:date>2023-03-04T10:46:35Z</dc:date>
    <item>
      <title>DAX help requied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-help-requied/m-p/3111525#M109940</link>
      <description>&lt;P&gt;I need help with creating a measure for the percentage of products with more than 1000 sales.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The table I have is called products which is a list of sales with each row a unique sale. Within this table I have a column called Product Name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have created a measure for total sales which is the count of site product name. But the measure I need is a little beyond me at the moment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As I can’t work out in the one measure how to combine the following.&amp;nbsp;&lt;BR /&gt;1. Number of PRODUCTS&lt;BR /&gt;2. Number of SALES per PRODUCT&lt;BR /&gt;3. Number of PRODUCTS with more than 1000 SALES&amp;nbsp;&lt;BR /&gt;4. % of PRODUCTS with more than 1000 SALES&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2023 10:46:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-help-requied/m-p/3111525#M109940</guid>
      <dc:creator>TonyAshton</dc:creator>
      <dc:date>2023-03-04T10:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: DAX help requied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-help-requied/m-p/3111529#M109941</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="524210" data-lia-user-login="TonyAshton" class="lia-mention lia-mention-user"&gt;TonyAshton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try like:&lt;/P&gt;&lt;DIV&gt;BestProduct％ =&lt;/DIV&gt;&lt;DIV&gt;VAR _allrproduct =&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;COUNTROWS(ALL(TableName[Product Name]))&lt;/DIV&gt;&lt;DIV&gt;VAR _bestproduct =&lt;/DIV&gt;&lt;DIV&gt;COUNTROWS(&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; FILTER(&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VALUES(TableName[&lt;SPAN&gt;Product Name&lt;/SPAN&gt;]),&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;CALCULATE(COUNTROWS(TableName))&amp;gt;=1000&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;/DIV&gt;&lt;DIV&gt;)&lt;/DIV&gt;&lt;DIV&gt;RETURN&lt;/DIV&gt;&lt;DIV&gt;DIVIDE(_bestproduct, _allrproduct)&lt;/DIV&gt;</description>
      <pubDate>Sat, 04 Mar 2023 11:03:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-help-requied/m-p/3111529#M109941</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-03-04T11:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: DAX help requied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-help-requied/m-p/3111564#M109948</link>
      <description>&lt;P&gt;Thank you. This works great.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2023 12:02:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-help-requied/m-p/3111564#M109948</guid>
      <dc:creator>TonyAshton</dc:creator>
      <dc:date>2023-03-04T12:02:29Z</dc:date>
    </item>
  </channel>
</rss>

