Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 704 Bytes

File metadata and controls

35 lines (25 loc) · 704 Bytes
description KPIWeight (MDX)
title KPIWeight (MDX) | Microsoft Docs
ms.date 02/17/2022
ms.prod sql
ms.technology analysis-services
ms.custom mdx
ms.topic reference
ms.author owend
ms.reviewer owend
author minewiskan

KPIWeight (MDX)

Returns the weight of the specified Key Performance Indicator (KPI).

Syntax

  
KPIWeight(KPI_Name)  

Arguments

KPI_Name
A valid string expression that specifies the name of the KPI.

Remarks

The value returned is the contribution of the KPI to the parent.

See Also

MDX Function Reference (MDX)