This topic has not yet been rated - Rate this topic

DROP KPI Statement (MDX)

SQL Server 2012

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


          

DROP KPI CURRENTCUBE | Cube_Name.KPI_Name 
        
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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.