Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.45 KB

defaultmeasure-element-assl.md

File metadata and controls

49 lines (36 loc) · 1.45 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
DefaultMeasure Element (ASSL) | Microsoft Docs
Learn about the DefaultMeasure property element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

DefaultMeasure Element (ASSL)

Contains a Multidimensional Expressions (MDX) expression that defines the default measure for a Cube or Perspective element.

Syntax

  
<Cube> <!-- or Perspective -->  
   ...  
   <DefaultMeasure>...</DefaultMeasure>  
   ...  
</Cube>  

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent element Cube, Perspective
Child elements None

Remarks

The elements that correspond to the parents of DefaultMeasure in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.Cube and xref:Microsoft.AnalysisServices.Perspective.

See Also

Properties (ASSL)