• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Tabular Measure Element

API Type:
Varigence.Languages.Biml.Tabular.AstTabularMeasureNode
X-Ref:
  • Ast Tabular Measure Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property
DataTypeTabularDataType0
Specifies the SSAS tabular data type that should be used for this column. In most cases, the data type can be inferred from the specified expression. This property is used when that inferred type needs to be overridden.
DisplayFolderString 
Specifies the display folder to use for this measure.
FormatStringString 
Specifies the format to be used when presenting the value of this tabular measure in reporting client tools.
IsHiddenBooleanFalse
Specifies whether or not this tabular measure is hidden from reporting client tools.

Singleton Children

ChildAPI TypeDescription
<Expression />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. This is a required property
<Description />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx.
<ErrorMessage />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx.
<Kpi />AstTabularKpiNodeTabular KPI objects correspond directly to SQL Server Analysis Services (SSAS) Tabular Model Key Performance Indicators (KPIs), which allow measures to be annotated with information about targets, statuses, and trends for use in analytics.

Collection Children

ChildAPI TypeDescription
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.

© Varigence