Intro
Nested calculations allow you to reference another calculation by name inside your calculation. If any changes are made to the original calculation, they are reflected in any calculation that references it by name.Required Grant
You must have the following grant enabled for your role to access nested calculations:- Edit Card
Create a Nested Calculation
- Access the formula editor from Analyzer.
-
Write your formula in the formula editor, referencing another calculation by name similar to including any other column in your DataSet.

- When you are finished, save your calculation to use it in any Domo element that relies on the selected DataSet.
FAQ
Can I reference a calculation that is already referencing another calculation?
Can I reference a calculation that is already referencing another calculation?
No. At this time, calculations can only reference up one level. This means that if Calculation A is being referenced by Calculation B, Calculation C cannot reference Calculation B. However, any number of calculations can reference Calculation A.
Can calculations saved to the DataSet reference calculations not saved to the DataSet?
Can calculations saved to the DataSet reference calculations not saved to the DataSet?
No. This is the only combination that is not permitted. The following combinations are permitted:
- Calculations saved to the DataSet can reference other calculations saved to the DataSet.
- Calculations not saved to the DataSet can reference other calculations not saved to the DataSet.
- Calculations not saved to the DataSet can reference other calculations saved to the DataSet.