Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 2.82 KB

perspective-element-assl.md

File metadata and controls

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

Perspective Element (ASSL)

Defines details for a perspective of a Cube element.

Syntax

  
<Perspectives>  
   <<Perspective>  
      <Name>...</Name>  
      <ID>...</ID>  
      <CreatedTimestamp>...</CreatedTimestamp>  
      <LastSchemaUpdate>...</LastSchemaUpdate>  
      <Description>...</Description>  
      <Translations>...</Translations>  
      <DefaultMeasure>...</DefaultMeasure>  
      <Dimensions>...</Dimensions>  
            <MeasureGroups>...</MeasureGroups>  
      <Calculations>...</Calculations>  
      <Kpis>...</Kpis>  
            <Actions>...</Actions>  
      <Annotations>...</Annotations>  
   </Perspective>  
</Perspectives>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element
Parent elements Perspectives
Child elements Actions, Annotations, Calculations, CreatedTimestamp, DefaultMeasure, Description, Dimensions, ID, Kpis, LastSchemaUpdate, MeasureGroups, Name, Translations

Remarks

A perspective provides a subset of a cube, selecting the dimensions, hierarchies, attributes, and other details that are to be included, and defining the slice of data to be included. A perspective is owned by a single cube. It is not possible to override or add objects within a perspective; all dimensions, hierarchies, and other details must exist in the underlying cube. It is not possible to include objects and mark them as not visible.

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

See Also

Objects (ASSL)