Creating an aggregate measure

You create an aggregate measure in an existing aggregate.

Creating an aggregate measure

The aggregate_measure command creates an aggregate measure from the relational measure with the id of <measureId> in the source cube. The identifier contained in the response is used in subsequent commands to refer to the aggregate measure.

Input JSON data
{
  "parent":"<aggregateId>",
  "measure":"<measureId>"
}
  
Output JSON data
{
  "id":"<aggrMeasureId>"
}