Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 818 Bytes

mdx-data-definition-drop-kpi.md

File metadata and controls

36 lines (26 loc) · 818 Bytes
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic ms.custom
DROP KPI Statement (MDX)
MDX Data Definition - DROP KPI
kfollis
kfollis
kfollis
02/17/2022
sql
analysis-services
reference
mdx

MDX Data Definition - DROP KPI

Drops the specified key performance indicator (KPI) from the specified cube.

Syntax

  
DROP KPI CURRENTCUBE | Cube_Name.KPI_Name   

Arguments

Cube_Name
A valid string that specifies the cube name.

KPI_Name
A valid string that specifies the name of the KPI that is to be dropped.

See Also

CREATE KPI Statement (MDX)
MDX Data Definition Statements (MDX)