Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.97 KB

referencemeasuregroupdimension-data-type-assl.md

File metadata and controls

50 lines (37 loc) · 1.97 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
ReferenceMeasureGroupDimension Data Type (ASSL) | Microsoft Docs
Learn about the ReferenceMeasureGroupDimension data type element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

ReferenceMeasureGroupDimension Data Type (ASSL)

Defines a derived data type that represents a dimension that is indirectly related to the fact table through an intermediate dimension. (For example, a Sales measure group can reference a Geography dimension, which is related through the Customer dimension.)

Syntax

  
<ReferenceMeasureGroupDimension>  
   <!-- The following elements extend MeasureGroupDimension -->  
      <IntermediateCubeDimensionID>...</IntermediateCubeDimensionID>  
   <IntermediateGranularityAttributeID>...</IntermediateGranularityAttributeID>  
   <Materialization>...</Materialization>  
</ReferenceMeasureGroupDimension>  

Data Type Characteristics

Characteristic Description
Base data types MeasureGroupDimension
Derived data types None

Data Type Relationships

Relationship Element
Parent elements None
Child elements IntermediateCubeDimensionID, IntermediateGranularityAttributeID, Materialization
Derived elements None

Remarks

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension.

See Also

Analysis Services Scripting Language XML Data Types (ASSL)