Step-by-Step:
Add a Custom Transform step to your canvas from the sidebar.
Open the Custom Transform step, and in the instructions box, explain your desired calculation in plain language.
Once you’ve written out the transformation you want, click Update Results and the step will output your updated dataset with the new calculations included.
If you want to create a new column that shows the logarithm of the ‘Sales Volume’ column, you could write:
“Create a new column that contains the base 10 logarithm of the Sales Volume column.”
This is helpful when you want to compress the range of large values, or when you’re prepping data for more advanced modeling.
Example 2: Calculate Standard Deviation
If you want to understand how spread out your ‘Lead Time’ values are, you could write:
“Create a new column that shows how far each row’s Lead Time is from the average (i.e., the z-score).”
This is useful for identifying unusually fast or delayed shipments compared to the norm.
Example 3: Normalize a Value
To scale values to better compare them, you might say:
“Add a column that shows the normalized value of Unit Cost between 0 and 1.”
This helps when you’re blending data from different sources with different scales.Last modified on May 7, 2026