Returns a key performance indicator (KPI) property and displays the KPI name in the cell. A KPI is a quantifiable measurement, such as monthly gross profit or quarterly employee turnover, that is used to monitor an organization's performance.

Note The CUBEKPIMEMBER function is supported only when the workbook is connected to a Microsoft SQL Server 2005 Analysis Services or later data source.

Syntax

CUBEKPIMEMBER(connection,kpi_name,kpi_property,caption)

Connection is a text string of the name of the connection to the cube.

Kpi_name is a text string of the name of the KPI in the cube.

Kpi_property is the KPI component returned and can be one of the following:

Integer Enumerated constant Description
1 KPIValue The actual value
2 KPIGoal A target value
3 KPIStatus The state of the KPI at a specific moment in time
4 KPITrend A measure of the value over time
5 KPIWeight A relative importance assigned to the KPI
6 KPICurrentTimeMember A temporal context for the KPI

If you specify KPIValue for kpi_property, only kpi_name is displayed in the cell.

Caption is an alternative text string that is displayed in the cell instead of kpi_name and kpi_property.

Remarks

Examples

=CUBEKPIMEMBER("Sales","MySalesKPI",1)

=CUBEKPIMEMBER("Sales","MySalesKPI", KPIGoal,"Sales KPI Goal")

See also: