Waterfall charts combine absolute and relative values to display the quantity change relationship between several specific values. This chart can reflect the amount of data while directly showing the process of data increase or decrease.
In terms of application scenarios, waterfall charts are commonly used for business analysis to illustrate the change from one value to another. For example, they can be used to evaluate company profits, compare product returns, highlight budget changes for projects, analyze inventory or sales situations over a period of time, display changes in product value over a period of time, and so on.
Basic requirements for waterfall charts are shown in the following table.
Indicator Field
Waterfall Chart
Advantage: Waterfall charts reveal how two data points change and how data is accumulated.
Disadvantage: Waterfall charts can only be used in some scenarios.
This document demonstrates the quantity changes of various components that make up the salary.
1. Downloading the Example Data
You can download the example data. Salary Composition.xlsx
The data relationship is as follows: Base Pay + Performance-related Pay + Overtime Pay = Due Pay; Due Pay - Insurance - Provident Fund - Personal Income Tax = Net Pay.
2. Creating an Analysis Subject
Log in to the FineBI system as the admin, click My Analysis, select a folder, and click New Subject.
3. Uploading Data
Click Local Excel and click Upload Data to upload the downloaded example data.
After the data is uploaded, click OK.
4. Adding a Formula Column
Click Formula Column. Add a function to make the data value 0 for Due Pay and Net Pay, while other data remains unchanged.
Column Name: Cumulative Value Preparation
Formula: IF(Item="Due Pay"||Item="Net Pay", 0, Data)
Note:The Item and Data fields in the formula are generated by clicking the corresponding fields on the left of the following figure, and you are not advised to directly copy and paste the above formula.
5. Adding a Summary Column
Click Summary Column. Add up the Cumulative Value Preparation field as shown in the following figure.
Column Name: Y Value Preparation
Summary Field: Cumulative Value Preparation
Summary Method: Cumulative Value
6. Adding a Formula Column
Click Formula Column. Add a function to calculate the starting point on the y-axis for each column.
Column Name: Y Value
Formula: IF(Item="Base Pay"||Item="Due Pay"||Item="Net Pay",0,Y Value Preparation-Cumulative Value Preparation)
Note: The Item, Y Value Preparation, and Cumulative Value Preparation fields in the formula are generated by clicking the corresponding fields on the left of the following figure, and you are not advised to directly copy and paste the above formula.
7. Saving and Preview
Click Save and Update and click Exit and Preview. The final data is shown in the following figure.
1. Click Component in the lower left corner.
2. Drag the Item field into the dimension bar and the Y Value and Data fields into the indicator bar.
3. Click the Waterfall Chart icon in Chart Type. /
Note:In the indicator bar, the Y Value field should be placed before the Data field.
In the indicator bar, the Y Value field should be placed before the Data field.
4. Click the icon and select Customize Sort for the Item field from the drop-down list.
Setting the Label
Drag the Data field into the label bar.
Setting the Color
Drag the Data field into the color bar and set the color based on the value's magnitude.
Removing the Legend
Click Legend in Component Style and deselect Display All Legends.
Note:For more styles, see Graphic Properties and Chart Component Style.
Effect Display
On PC
On Mobile Terminals
The following figure shows the preview effect on the DataAnalyst app and in HTML5.
滑鼠選中內容,快速回饋問題
滑鼠選中存在疑惑的內容,即可快速回饋問題,我們將會跟進處理。
不再提示
10s後關閉
Submitted successfully
Network busy