Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.66 KB

kpis-element-assl.md

File metadata and controls

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

Kpis Element (ASSL)

Contains the collection of key performance indicators (Kpi elements) associated with the parent element.

Syntax

  
<Cube><!-- or Perspective -->  
   ...  
   <Kpis>  
      <Kpi>...</Kpi> <!-- parent: Cube -->  
<!-- or -->  
      <Kpi xsi:type="PerspectiveKpi">...</Kpi> <!-- parent: Perspective -->  
   ...  
</Cube>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements Cube, Perspective
Child elements See the table below.
Ancestor or Parent Child Element
Cube Kpi
Perspective Kpi of type PerspectiveKpi

Remarks

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