<?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 Analyzing sales data by quote size in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Analyzing-sales-data-by-quote-size/m-p/1755746#M36668</link>
    <description>&lt;P&gt;Hi folks, I must be having a brain fart today because my question seems so basic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have transactional level sales data that looks like any other sales data - customer names, line item numbers, regional info, sales, discounts, profit, item number, etc.&amp;nbsp; The data are broken out into line item level of detail meaning I have multiple rows of data for each sales order number.&amp;nbsp; All I want to do is analyze my data for sales orders that are below $1,000,000 total value.&amp;nbsp; Then I want to analyze my data for sales orders that are between $1,000,000 and $5,000,000.&amp;nbsp; Lastly I want to analyze my data for sales orders that are greater than $5,000,000.&amp;nbsp; What is the easiest way to do this?&amp;nbsp; I do not need enything exotic.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Putting Sales Order# in a filter and filtering the Sales Order# on sum of Total Revenue = "what ever value I need" would do the trick.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Mar 2021 21:28:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-03-30T21:28:33Z</dc:date>
    <item>
      <title>Analyzing sales data by quote size</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Analyzing-sales-data-by-quote-size/m-p/1755746#M36668</link>
      <description>&lt;P&gt;Hi folks, I must be having a brain fart today because my question seems so basic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have transactional level sales data that looks like any other sales data - customer names, line item numbers, regional info, sales, discounts, profit, item number, etc.&amp;nbsp; The data are broken out into line item level of detail meaning I have multiple rows of data for each sales order number.&amp;nbsp; All I want to do is analyze my data for sales orders that are below $1,000,000 total value.&amp;nbsp; Then I want to analyze my data for sales orders that are between $1,000,000 and $5,000,000.&amp;nbsp; Lastly I want to analyze my data for sales orders that are greater than $5,000,000.&amp;nbsp; What is the easiest way to do this?&amp;nbsp; I do not need enything exotic.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Putting Sales Order# in a filter and filtering the Sales Order# on sum of Total Revenue = "what ever value I need" would do the trick.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 21:28:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Analyzing-sales-data-by-quote-size/m-p/1755746#M36668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-30T21:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzing sales data by quote size</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Analyzing-sales-data-by-quote-size/m-p/1756239#M36683</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , if you want to bucket data after adding up, means bucket on the measure you need to do dynamic segmentation or binning &lt;/P&gt;
&lt;P&gt;Refer my Video: &lt;A href="https://youtu.be/CuczXPj0N-k" target="_blank"&gt;https://youtu.be/CuczXPj0N-k&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.daxpatterns.com/dynamic-segmentation/" target="_blank"&gt;https://www.daxpatterns.com/dynamic-segmentation/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://radacad.com/grouping-and-binning-step-towards-better-data-visualization" target="_blank"&gt;https://radacad.com/grouping-and-binning-step-towards-better-data-visualization&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 04:27:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Analyzing-sales-data-by-quote-size/m-p/1756239#M36683</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-03-31T04:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzing sales data by quote size</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Analyzing-sales-data-by-quote-size/m-p/1757721#M36736</link>
      <description>&lt;P&gt;Hello&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;and thanks for your response.&amp;nbsp; These solutions look promising but also very complicated.&amp;nbsp; All I am really trying to do is group my sales orders into 3 categories as described in the original post.&amp;nbsp; &amp;nbsp;Is there a simple DAX expression I can write that will group my sales order numbers into one of 3 categories based on total sales order value?&amp;nbsp; I need to slice and filter on these 3 groups so that I can analyze the sales order profiles (customer types, products, profit, etc.)&amp;nbsp; Creating a separate bin table that has no relation to my sales table means that I cannot filter/slice my sales table using bins defined in the bin table.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 14:01:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Analyzing-sales-data-by-quote-size/m-p/1757721#M36736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-31T14:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzing sales data by quote size</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Analyzing-sales-data-by-quote-size/m-p/1757761#M36738</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;, if you need bucket on the measure (means after aggregating the data) , I doubt there is not simple way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is on the line level data, we can always create a new column&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;New bucket column =&lt;/P&gt;
&lt;P&gt;Switch( True() ,&lt;/P&gt;
&lt;P&gt;[sale] &amp;lt; 50000, "&amp;nbsp; less than 50K",&lt;/P&gt;
&lt;P&gt;[sales] &amp;lt;100000, " from 50K to 100K",&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//you can add more&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Others" //default&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 14:13:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Analyzing-sales-data-by-quote-size/m-p/1757761#M36738</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-03-31T14:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzing sales data by quote size</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Analyzing-sales-data-by-quote-size/m-p/1758469#M36755</link>
      <description>&lt;P&gt;Hello&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;, I figured it out!&amp;nbsp; I created a calculated column with the following code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Quote Size = Calculate(Sum(Table[Quote $)]), ALLEXCEPT(Table,Table[Quote ID]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;From this column I can create a second column that uses a nested IF statement to define my bin sizes.&amp;nbsp; Its primative but effective.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 31 Mar 2021 22:57:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Analyzing-sales-data-by-quote-size/m-p/1758469#M36755</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-31T22:57:43Z</dc:date>
    </item>
  </channel>
</rss>

