<?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: Customer Categorization based on Revenue in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2479449#M67809</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed that there is some issue in categorisation, and it is flip-flopping&amp;nbsp;&lt;SPAN&gt;from Category 2 to Category 4 and then back again to Category 2 among parent customers when invoice revenue is in decreasing order as shown in below screenshot for Per Location category&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Same for Global Category&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Also, for full data set I am also facing same issue..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Apr 2022 06:09:46 GMT</pubDate>
    <dc:creator>apatwal</dc:creator>
    <dc:date>2022-04-27T06:09:46Z</dc:date>
    <item>
      <title>Customer Categorization based on Revenue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2470552#M67253</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to create a filter visual customer category based on Revenue.&lt;/P&gt;&lt;P&gt;Category are based on parent customer's revenue (which is the aggregate of all its child customers) i.e. &lt;SPAN&gt;aggregating invoice revenue at the &lt;/SPAN&gt;parent&lt;SPAN&gt; customer level, rather than at the individual customer level&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Category are based on % of revenue. i.e., sort by revenue high to low, and take all the customers whose revenue makes up the top 50% of total revenue - this is Category 1.&lt;/P&gt;&lt;P&gt;Category 1: Top 50% of customers per location based on their total revenue&lt;/P&gt;&lt;P&gt;Category 2: Customers in 20% to 50% range&lt;/P&gt;&lt;P&gt;Category 3: Customers in 5% to 20%&amp;nbsp; range&lt;/P&gt;&lt;P&gt;Category 4: Bottom 5% of customers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We need to create below two filters based on above logic&lt;/P&gt;&lt;P&gt;Location Category : treats each location as separate&lt;/P&gt;&lt;P&gt;Aggregate Category : combines all customers, ignoring location&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help on how to create DAX will be highly appreciated.&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 06:58:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2470552#M67253</guid>
      <dc:creator>apatwal</dc:creator>
      <dc:date>2022-04-22T06:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Categorization based on Revenue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2472867#M67404</link>
      <description>&lt;P&gt;You should review the following DAX Patterns, I think they will lead you to a solution&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.daxpatterns.com/static-segmentation/" target="_blank"&gt;Static segmentation – DAX Patterns&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.daxpatterns.com/dynamic-segmentation/" target="_blank"&gt;Dynamic segmentation – DAX Patterns&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might also be able to solve it in your data pipeline before it gets into the PBI model. Here is my Blog post that looks into different ways of doing segmentation&amp;nbsp;&lt;A href="http://kevinarnold.com/dynamic-segmentation/" target="_blank"&gt;Dynamic Segmentation – Kevin Arnold&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let me know. Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2022 19:25:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2472867#M67404</guid>
      <dc:creator>karnold</dc:creator>
      <dc:date>2022-04-23T19:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Categorization based on Revenue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2473758#M67479</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="355449" data-lia-user-login="apatwal" class="lia-mention lia-mention-user"&gt;apatwal&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Here is the sampel file with the solution&amp;nbsp;&lt;A href="https://we.tl/t-KMt9n9cqPl" target="_blank" rel="noopener"&gt;https://we.tl/t-KMt9n9cqPl&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is how the report looks like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The measures are&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Total Revenue = SUM ( 'Main data'[Revenue] )&lt;/LI-CODE&gt;&lt;LI-CODE lang="javascript"&gt;Category Total Revenue = 
VAR RevenueByParentCustomer =
    ADDCOLUMNS (
        ALLSELECTED ( 'Main data'[Parent Name] ),
        "@ParentCustomerRevenue", [Total Revenue]
    )
VAR AllRevenue =
    CALCULATE (
        [Total Revenue],
        ALLSELECTED ( 'Main data'[Parent Name] )
    )
VAR CumulatedPercentByParentCustomer =
    ADDCOLUMNS (
        RevenueByParentCustomer,
        "@CumulatedPercentage",
        VAR CurrentTotalRevenue = [@ParentCustomerRevenue]
        VAR CumulatedRevenue =
            FILTER (
                RevenueByParentCustomer,
                [@ParentCustomerRevenue] &amp;gt;= CurrentTotalRevenue
            )
        VAR CumulatedSalesAmount =
            SUMX (
                CumulatedRevenue,
                [@ParentCustomerRevenue]
            )
        RETURN
            DIVIDE (
                CumulatedSalesAmount,
                AllRevenue
            )
    )
VAR ParentCustomerInCategory =
    FILTER (
        CROSSJOIN (
            CumulatedPercentByParentCustomer,
            'Categories'
        ),
        AND (
            [@CumulatedPercentage] &amp;gt; 'Categories'[Lower Boundary],
            [@CumulatedPercentage] &amp;lt;= 'Categories'[Upper Boundary]
        )
    )
VAR Result =
    CALCULATE (
        [Total Revenue],
        KEEPFILTERS ( ParentCustomerInCategory )
    )
RETURN
    Result&lt;/LI-CODE&gt;&lt;LI-CODE lang="javascript"&gt;Count of Parent Customers = 
VAR RevenueByParentCustomer =
    ADDCOLUMNS (
        ALLSELECTED ( 'Main data'[Parent Name] ),
        "@ParentCustomerRevenue", [Total Revenue]
    )
VAR AllRevenue =
    CALCULATE (
        [Total Revenue],
        ALLSELECTED ( 'Main data'[Parent Name] )
    )
VAR CumulatedPercentByParentCustomer =
    ADDCOLUMNS (
        RevenueByParentCustomer,
        "@CumulatedPercentage",
        VAR CurrentTotalRevenue = [@ParentCustomerRevenue]
        VAR CumulatedRevenue =
            FILTER (
                RevenueByParentCustomer,
                [@ParentCustomerRevenue] &amp;gt;= CurrentTotalRevenue
            )
        VAR CumulatedSalesAmount =
            SUMX (
                CumulatedRevenue,
                [@ParentCustomerRevenue]
            )
        RETURN
            DIVIDE (
                CumulatedSalesAmount,
                AllRevenue
            )
    )
VAR ParentCustomerInCategory =
    FILTER (
        CROSSJOIN (
            CumulatedPercentByParentCustomer,
            'Categories'
        ),
        AND (
            [@CumulatedPercentage] &amp;gt; 'Categories'[Lower Boundary],
            [@CumulatedPercentage] &amp;lt;= 'Categories'[Upper Boundary]
        )
    )
VAR Result =
    CALCULATE (
        COUNTROWS ( VALUES ( 'Main data'[Parent Name] ) ),
        KEEPFILTERS ( ParentCustomerInCategory )
    )
RETURN
    Result&lt;/LI-CODE&gt;&lt;LI-CODE lang="javascript"&gt;Category = 
IF (
    HASONEVALUE ( 'Main data'[Parent Name] ),
    VAR RevenueByParentCustomer =
        ADDCOLUMNS (
            ALLSELECTED ( 'Main data'[Parent Name] ),
            "@ParentCustomerRevenue", [Total Revenue]
        )
VAR AllRevenue =
    CALCULATE (
        [Total Revenue],
        ALLSELECTED ( 'Main data'[Parent Name] )
    )
    VAR CurrentRevenue = [Total Revenue]
    VAR CumulatedRevenue =
        FILTER (
            RevenueByParentCustomer,
            [@ParentCustomerRevenue] &amp;gt;= CurrentRevenue
        )
    VAR CumulatedTotalRevenue =
        SUMX (
            CumulatedRevenue,
            [@ParentCustomerRevenue]
        )
    VAR CurrentCumulatedPercentage =
        DIVIDE (
            CumulatedTotalRevenue,
            AllRevenue
        )
    VAR Result =
        SWITCH (
            TRUE,
            ISBLANK ( CurrentCumulatedPercentage ), BLANK (),
            CurrentCumulatedPercentage &amp;lt;= 0.5 || AND ( COUNTROWS ( CumulatedRevenue ) = 1, CurrentCumulatedPercentage &amp;gt; 0.5 ), "Category 1",
            CurrentCumulatedPercentage &amp;gt; 0.5 &amp;amp;&amp;amp; CurrentCumulatedPercentage &amp;lt;= 0.8, "Category 2",
            CurrentCumulatedPercentage &amp;gt; 0.8 &amp;amp;&amp;amp; CurrentCumulatedPercentage &amp;lt;= 0.95, "Category 3",
            "Category 4"
        )
    RETURN
        Result
)&lt;/LI-CODE&gt;&lt;LI-CODE lang="javascript"&gt;Count of Customers = DISTINCTCOUNT ( 'Main data'[Customer Name] )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 08:07:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2473758#M67479</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-25T08:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Categorization based on Revenue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2474065#M67491</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Location A, we don't have Category 1 as customer segment. Category 1 encompasses the top 50% of revenue in other words, if Total Revenue is $1M, then catgory 1 customers would be top N that makes up the top $500K of revenue. Category 2 encompasses 20% to 50% of revenue and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Also, to note : this categorisation should treat each location as separate and also, we need to built one more category where location are ignored in that which can be called as Overall categorisation.&lt;/P&gt;&lt;P&gt;Could you please look into this.?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 07:13:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2474065#M67491</guid>
      <dc:creator>apatwal</dc:creator>
      <dc:date>2022-04-25T07:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Categorization based on Revenue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2474093#M67493</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="355449" data-lia-user-login="apatwal" class="lia-mention lia-mention-user"&gt;apatwal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes &amp;nbsp;noticed that. I'll see what I can do.&amp;nbsp;&lt;BR /&gt;regarding the location, it is the same. If unselect the location then it will consider the classification as overall. Unless you need to show at the same report&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 07:20:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2474093#M67493</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-25T07:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Categorization based on Revenue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2474204#M67499</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can this be happen the new category filter can be made which shows only classification for overall without selecting any location.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 07:58:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2474204#M67499</guid>
      <dc:creator>apatwal</dc:creator>
      <dc:date>2022-04-25T07:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Categorization based on Revenue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2474226#M67500</link>
      <description>&lt;P&gt;Hello again&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="355449" data-lia-user-login="apatwal" class="lia-mention lia-mention-user"&gt;apatwal&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;What happens when selecting Location A is an odd case as one customer already accounts for more than 50% of the Revenue. However I had amended the code to accommodate&amp;nbsp;this case (Please refer to updated code for "Category" in the original reply). Please advise regarding the overall location category.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 08:06:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2474226#M67500</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-25T08:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Categorization based on Revenue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2474464#M67510</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="355449" data-lia-user-login="apatwal" class="lia-mention lia-mention-user"&gt;apatwal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually if no location is selected the current measure shows the category considering all locations is one location . If you one location &amp;nbsp;is selected it will show the category based on the selected location. If you select 2 locations then the selected locations bwill be treated ae one area. And so on. It is fully dynamic. If you want a seperate measure that does not change when selecting locations then please let me know.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 09:24:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2474464#M67510</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-25T09:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Categorization based on Revenue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2474755#M67524</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure can not be used as filter visual. Can it possible to create calculated column.?&lt;/P&gt;&lt;P&gt;I need to show Categorisation as filter visual.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 11:03:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2474755#M67524</guid>
      <dc:creator>apatwal</dc:creator>
      <dc:date>2022-04-25T11:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Categorization based on Revenue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2474814#M67531</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="355449" data-lia-user-login="apatwal" class="lia-mention lia-mention-user"&gt;apatwal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually calculated column is much simpler. But it won't be dynamic (for example in terms of date) we can consider the classification for each year separately for example but you cannot choose any time period and find the classification of the customers baes on that period. While the solution I provided it completely dynamic. (Let me know if you are interested in that)&lt;/P&gt;&lt;P&gt;However, as per the current approach you can use a slicer from the category table to slice both revenue and number of customers. If you are interested in other measures using this approach please let me know. Otherwise confirm shifting to the static classification with calculated column and advise if you need this classification to be for all times or foe each year.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 11:36:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2474814#M67531</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-25T11:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Categorization based on Revenue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2475270#M67562</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I confirm to shift to static classification with calculated column as we want to have a filter on page for customer classification that can be selected by user. We want show data based on customer classifcation.&lt;/P&gt;&lt;P&gt;Also is it possible that we can have two calculated column for classification, one should ignore location, while other should treat separate location.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, if possible can we have invoice revenue should be consider for Last 12months for ex: for parent customer A it should consider the revenue from 31st March 2022 to last 12 months.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I can see I am getting only Category 1 in my data looks something is missed or I am confused here...&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1g9JbZ_tEQBs0u8L6VsdxCliAkBzHparn/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1g9JbZ_tEQBs0u8L6VsdxCliAkBzHparn/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 14:40:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2475270#M67562</guid>
      <dc:creator>apatwal</dc:creator>
      <dc:date>2022-04-25T14:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Categorization based on Revenue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2476459#M67633</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="355449" data-lia-user-login="apatwal" class="lia-mention lia-mention-user"&gt;apatwal&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Here is the sample file for static classifications as reuested based on data from Apr. 1st, 2021 to Mar. 31st, 2022.&amp;nbsp; &lt;A href="https://we.tl/t-97Tcfv7ANc" target="_blank"&gt;https://we.tl/t-97Tcfv7ANc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Two Classifications are calculated; one per location and one global.&amp;nbsp;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 04:13:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2476459#M67633</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-26T04:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Categorization based on Revenue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2476570#M67637</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;I can see some blank values in Categorisation.&lt;/P&gt;&lt;P&gt;Also, I can see for location C, Per Location Category is not correct&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Catgeory 1 encompasses all those customers whose revenue makes up the top 50% of total revenue.&lt;/P&gt;&lt;P&gt;Also, there is some misconfusion created for Invoice Dates. It was something like for each parent customer we need to take Last 12 months of data for categorisation. As of now, I would say to remove Invoice Dates and to only consider all revenues irrespective of dates.&lt;/P&gt;&lt;P&gt;Sorry for miscommunication.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 05:38:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2476570#M67637</guid>
      <dc:creator>apatwal</dc:creator>
      <dc:date>2022-04-26T05:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Categorization based on Revenue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2476658#M67642</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="355449" data-lia-user-login="apatwal" class="lia-mention lia-mention-user"&gt;apatwal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Updated considering all revenues (No time consideration)&amp;nbsp;&lt;A href="https://we.tl/t-IKDAi3F5OP" target="_blank"&gt;https://we.tl/t-IKDAi3F5OP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The gaps are normal when considering a specific time period as some customers did not buy during that period and hence they have no categorization. Usually we do the categorization per year same as we did for location so you will have the categorization per location per year. Regarding Category C, again this is a special case that will most probably&amp;nbsp;disappear once applied to the full data set. Please do apply to the full data set and let me know of the issue persists.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 06:07:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2476658#M67642</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-26T06:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Categorization based on Revenue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2479449#M67809</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed that there is some issue in categorisation, and it is flip-flopping&amp;nbsp;&lt;SPAN&gt;from Category 2 to Category 4 and then back again to Category 2 among parent customers when invoice revenue is in decreasing order as shown in below screenshot for Per Location category&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Same for Global Category&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Also, for full data set I am also facing same issue..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 06:09:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Customer-Categorization-based-on-Revenue/m-p/2479449#M67809</guid>
      <dc:creator>apatwal</dc:creator>
      <dc:date>2022-04-27T06:09:46Z</dc:date>
    </item>
  </channel>
</rss>

