Open this page in the API Guide

MetricSet.AddParallelPeriodMeasure Method (String, MeasureUsage, ITimeHierarchyLevel, Int32)

Add a new parallel period measure, based on an existing metric set measure.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public virtual MeasureUsage AddParallelPeriodMeasure(
	string name,
	MeasureUsage targetMeasure,
	ITimeHierarchyLevel timeInterval,
	int offset
)

Parameters

name
Type: System.String
The name for the new parallel period measure.
targetMeasure
Type: Dundas.BI.Entities.MetricSets.MeasureUsage
The target measure.
timeInterval
Type: Dundas.BI.Data.Metadata.ITimeHierarchyLevel
The time interval for the lag.
offset
Type: System.Int32
The time offset value.

Return Value

Type: MeasureUsage
The measure usage.
Exceptions
ExceptionCondition
ArgumentNullExceptiontargetMeasure or timeInterval is null.
ArgumentExceptiontargetMeasure or timeInterval 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