反馈已提交

网络繁忙

ABC Analysis

  • Last update:  2023-07-11
  • Overview

    Definition

    An ABC inventory classification system, also known as the Pareto Analysis, primary and secondary factor analysis, ABC analysis, ABC management method, and the 80-20 rule, is a technique used to categorize inventory into three categories based on their value.

    Classification
    Explanation
    "A" items are very important.

    They feature a small proportion in quantity and a large proportion in value.

    "B" items are relatively important.

    They are important less important than "A" items and more important than "C" items.

    "C" items are marginally important.

    They feature a large proportion in quantity and a small proportion in value.

    The essence of this classification method is that a few items contribute most of the value. Take style and sales volume as an example: Products in Style A account for 10% of the total sales volume, but account for 80% of the sales revenue.

    ABC分析-1三角图.png

    iconNote:
    The 80-20 rule is roughly similar to the ABC classification method, where a few items account for most of the overall value. The difference is that the ABC classification divides objects into three categories, while the 80-20 rule divides them into two categories, A and B. A-class products account for a small portion of the total, but account for 80% of the sales.

    Application

    By classifying objects according to their main technical or economic characteristics, you can distinguish between prior and general objects and thus apply different management methods. ABC analysis divides the analyzed objects into three categories: A, B, and C, and there are no fixed thresholds for each class.

    Expected Effect

    For details on the dashboard, see Pareto Analysis of Merchandise Sales.

    In the component “Pareto Analysis of Commodity Brand Sales” of “Pareto Analysis of Merchandise Sales”, you can view the sales amount of each brand's products and the corresponding cumulative sales proportion. According to the ABC analysis method, you can sort products of different brands in descending order by cumulative sales volume and divide them into three brands A, B, and C according to the cumulative sales volume percentage of 80%, 10%, and 10%, respectively. And you can display them in different colors of bar charts as shown below:

    Implementation Ideas

    By processing existing data when creating analysis subjects or adding calculation indicators using formulas when making components, you can calculate the cumulative proportion indicator. Based on that you can divide objects into A, B, and C when making components (divide objects into 80%-class and 20%-class for 80-20 analysis), and present the analysis results through different colors of bars. The data processing idea is shown in the following figure:

    ABC-3.png 

    The key to implementing the ABC proportion division is to calculate the cumulative proportion, and then divide objects according to the indicator. This article introduces two methods for calculating cumulative proportions.

    Example 1: Create the cumulative proportion by adding calculation indicators in the dashboard and processing data using formulas.

    Example 2: Calculate the cumulative proportion with data in the subject. The indicator can be used in multiple components.

    Example 1: Creating Cumulative Proportion by Adding Field in Dashboard

    Creating an Analysis Subject

    (1) To create an ABC analysis subject, choose My Analysis > New Subject, select Store sales statistics from the built-in public data, and click OK to add data, as shown in the following figures.

    Xnip2023-07-04_10-00-45.jpg 

    Xnip2023-07-03_14-55-49.jpg

    (2) Click Field Settings, deselect Store name and Area, and click Save And Update, as shown in the following figure.

     Xnip2023-07-03_14-59-03.jpg

    Preparing Components

    Creating Components

    Click Component in the bottom left corner, as shown in the figure below:

     Xnip2023-07-04_10-04-13.jpg

    Adding Cumulative Proportion

    Click  to add a calculation indicator, name it Cumulative Proportion, enter the formula ACC_SUM(SUM_AGG(Sales Volume)/TOTAL(SUM_AGG(Sales Volume),0,'sum')), click OK, as shown in the figure below:

    The formula is explained in the following table:

    Procedure

    Formula

    Explanation

    Calculate the total sales of each brand

    SUM_AGG(Sales Volume)

    SUM_AGG: Return the sum value of the indicator fields in the current analysis dimension.

    Calculate the total sales of all brand products

    TOTAL(SUM_AGG(Sales Vlolume),0,"sum")

    TOTAL(): Calculate the aggregation of sum values of the indicator fields in the current dimension.

    Calculate each brand's sales

    SUM_AGG(Sales Volume)/TOTAL(SUM_AGG(Sales Volume),0,"sum")

    / represents division and can be used to calculate percentages.

    Calculate cumulative percentage

    ACC_SUM(SUM_AGG(Sales Volume)/TOTAL(SUM_AGG(Sales Volume),0,"sum"))

    ACC_SUM(): Calculates an accumulating sum for the fields in the current dimension.

     Xnip2023-07-04_10-13-32.jpg

    In addition, calculating the cumulative sales first and then calculating the proportion is accepted, too. The formula is as follows: ACC_SUM(SUM_AGG(Sales Volume),0)/TOTAL(SUM_AGG(Sales Volume),0,"sum")

    Configuring Components

    Drag the field to be analyzed into the corresponding horizontal and vertical axes, select Custom Chart, and set Sales Volume as a bar chart and Cumulative Proportion as a line chart, as shown in the following figure:

     Xnip2023-07-04_10-15-42.jpg

    Setting Value Axis

    Set the value axis for Cumulative Proportion as shown in the following figure:

     Xnip2023-07-04_10-16-16.jpg

    Select Right-value Axis as Shared Axis, check Display Range > Custom, and set Maximum and Minimum as shown in the figure below:

    For detailed settings, see Setting Category Axis on Charts.

     Xnip2023-07-04_10-17-11.jpg

    Sorting

    Sort Brand Description in descending order based on Sales Volume, as shown in the following figure:

     Xnip2023-07-04_10-18-27.jpg

    Adding ABC Classification Indicator

    1) Add a calculation indicator named ABC Classification with the formula IF(Cumulative Proportion<0.8,1,IF(Cumulative Proportion>0.9,3,2)), where 1 represents Class A products, 2 represents Class B products, and 3 represents Class C products,

     Xnip2023-07-04_10-19-13.jpg

    Xnip2023-07-04_10-20-09.jpg

    iconNote:

    The steps are roughly the same for 80-20 analysis, but you need to modify the formula to classify analysis results in different colors. The formula should be modified to IF(Cumulative Proportion<0.8,1,2), which analyzes the few brands that account for 80% of the sales volume and classifies them as Type A with a return value of 1, while the rest represent Type B with a value of 2.

    2) Divide different classes of brands by color. Drag ABC Classification into Color under Graphic Properties>Sales Volume(Sum), and select Continuous Gradient for Gradient Type. According to the divided categories, select the number of colors. Since there are three categories, set it to 3 and set the corresponding colors as shown in the following figure:

     Xnip2023-07-04_10-21-45.jpg

    Setting Cordon

    Set the cordon for the Pareto chart as shown in the following figure:

     Xnip2023-07-04_10-22-43.jpg

    Xnip2023-07-04_10-25-02.jpg

    At the same time, you can make the Pareto charts dynamic by adding filtering components and other required component types.

    Effect Display

    See section Expected Effect.

    Example 2: Creating Cumulative Proportion by Processing Data

    Taking Store sales statistics in the built-in public data as an example, perform a Pareto analysis on the sales volume of each brand and determine the most important brand for the company.

    Adding Data

    Selecting Field

    1) Add the table Store sales statistics in the analysis subject, click Field Settings, and deselect Store name and Area, as shown in the following figure.

    Xnip2023-07-04_10-26-16.jpg 

    Group Summary

    Click Group Summary, drag Brand Description into Group, and drag Sales Volume into Total, as shown in the figure below:

     Xnip2023-07-04_10-26-59.png

    Sorting

    Click Sort, click Add Sorting Indicator, select Sales Volume, and select Descending, as shown in the following figure:

     Xnip2023-07-04_10-30-49.jpg

    Calculating Total Sales

    1) Click Summary Column.

     Xnip2023-07-04_10-31-11.jpg

    2) Name the new column Total Sales, set Summary Field as Sales Volume, and Summary Method as Sum, and then click OK as shown in the following figure:

     Xnip2023-07-04_10-32-17.jpg

    Calculating Cumulative Total

    1) Click Summary Column, name the new column Cumulative Total, set Summary Field as Sales Volume, Summary Method as Accumulation, Sort Field as Sales Volume and sort in descending order, and then click OK, as shown in the following figure:

     Xnip2023-07-04_10-33-31.png

    2) Get the cumulative total as shown in the following figure:

     Xnip2023-07-04_10-35-19.jpg

    Calculating Cumulative Proportion

    1) Click Formula Column, name the new column Cumulative Proportion, enter the formula Cumulative Total/Total Sales and click OK, as shown in the following figure:

     Xnip2023-07-04_10-36-09.jpg

    iconNote:
    The cumulative total and total sales in the formula cannot be manually entered, you need to add them by clicking or dragging the field name.

    2) Get the cumulative proportion as shown in the following figure:

     Xnip2023-07-04_10-36-33.jpg

    Effect Display

    Click Save And Update, enter the subject interface, and you can preview the data, as shown in the figure below:

     Xnip2023-07-04_10-38-21.jpg

    Creating Chart Components

    Refer to Preparing Components of this article for the calculation method of the chart components.

    Effect Display

    See Expected Effect.

    Conclusion

    You can draw a conclusion from creating this dashboard that 40% of the brands in this category account for 80% of the sales.


    Brand Name

    Proportion of Brand Number

    Proportion of Brand Sales

    Class A brand

    ZIPPO, PAW IN PAW, NEW BALANCE, HANG TEN

    40%

    80%

    Class B brand

    SINOMAX, O.C.T.MAMI

    20%

    10%

    Class C brand

    WHO.A.U, RACB JJQN, LESPORTSAC, X.ZHINING

    40%

    10%


     


    附件列表


    主题: Advanced Data Analysis
    Previous
    Next
    • Helpful
    • Not helpful
    • Only read

    feedback

    鼠标选中内容,快速反馈问题

    鼠标选中存在疑惑的内容,即可快速反馈问题,我们将会跟进处理。

    不再提示

    10s后关闭