The Measure lineage tab in Atoti Admin UI provides a visual and interactive overview of how measures are connected and derived within a cube. It helps users understand dependencies between measures, trace their origins, and inspect their attributes. This is useful for debugging, auditing, and optimizing measure logic.Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
How to view a measure
Use the measure selector in the top-left corner to choose a measure. Once selected:- The measure is shown in the graph.
- Its attributes are displayed in the panel.

How to interpret measure attributes
The attributes displayed depend on the type of measure selected. There are 4 types of measure:- HIDDEN MEASURE: Used in calculations but not visible in the UI
- RAW: An aggregation of the raw data, like
.SUM - NATIVE: Measures created by the Atoti system, like
update.TIMESTAMP - POST_PROCESSED: Measures created from combining any of the above or other post_processed measures
- Attributes for raw measure (created using
Copper.SUM, etc) indicate the datastore field used for the aggregation. - Attributes for post-processed measures (created using our legacy Post-processors or with
Copper.newPostProcessor):- Plugin key: The plugin used to create the measure
- Post-processor name: Name of the underlying post-processor class
- Properties:
- Output type: Data output format
- Continuous query handler keys: How post-processor measures are chained
- Context values: All external variables that can impact the way the measure is calculated.
How to explore measure relationships
The child and parent measures are displayed on the screen and listed in the attributes.- Child measure: A measure used in the calculation of the target measure.
- Parent measure: A measure calculated using its child measures as inputs.
- All Parents: Add all the parents of the target measure
- Isolate: Remove all the measures apart from the target measure