| title | DROP CELL CALCULATION Statement (MDX) |
|---|---|
| description | MDX Data Definition - DROP CELL CALCULATION |
| ms.date | 02/17/2022 |
| ms.service | sql |
| ms.subservice | analysis-services |
| ms.topic | reference |
| ms.custom | mdx |
Removes the specified cell calculation.
DROP [ SESSION ] CELL CALCULATION CURRENTCUBE | Cube_Name.CellCalc_Name
Cube_Name
A valid string expression that provides the name of a cube expression.
CellCalc_Name
A valid string expression that provides the name of the cell calculation to be dropped.
CREATE CELL CALCULATION Statement (MDX)
MDX Data Definition Statements (MDX)