FormulaMetricSetAddCalculatedMeasure Method

Overload List
  NameDescription
Public methodAddCalculatedMeasure(MeasureUsage, MetricSetUsage)
Add a new measure to the current instance. The measure must belong to one of the already defined dependencies.
Public methodAddCalculatedMeasure(String, String, String)
Add a new script measure, based on a Dundas statement that combines existing measures and possible numeric parameters.
(Inherited from MetricSet.)
Public methodAddCalculatedMeasure(String, String, String, IEnumerableMetricSetUsage)
Add a new calculated measure to the current instance.
Top
See Also