FormulaMetricSetAddParallelSlicedMeasure Method

Add a new parallel sliced measure, based on an existing measure.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public override MeasureUsage AddParallelSlicedMeasure(
	string name,
	MeasureUsage targetMeasure
)

Parameters

name
Type: SystemString
The name for the new parallel sliced measure.
targetMeasure
Type: Dundas.BI.Entities.MetricSetsMeasureUsage
The target measure for the slicer comparison.

Return Value

Type: MeasureUsage
The measure usage.
Exceptions
ExceptionCondition
ArgumentExceptiontargetMeasure does not belong to the current instance.
InvalidOperationExceptionThe current instance is set for raw data retrieval and derived measures are not allowed in such a case.
See Also