Adding a Custom Formula
Supported charts
Custom Formulas can be used on the following charts:- KPIs
- Bar Charts
- Line Charts
- Combo Charts
- Area Charts
- Pie Charts
- Heat Maps
- Funnels
- Spider Charts
Use a Custom Formula
To use a custom formula, go to the Data tab and click on the âfxâ button to the right of the aggregation configuration section. In the input field, write your formula using SQL aggregation functions. Here are some examples of custom formulas:SUM(price)
SUM(revenue) - SUM(cost)