--- title: "DROP CELL CALCULATION Statement (MDX) | Microsoft Docs" ms.date: 06/04/2018 ms.prod: sql ms.technology: analysis-services ms.custom: mdx ms.topic: reference ms.author: owend ms.reviewer: owend author: minewiskan --- # MDX Data Definition - DROP CELL CALCULATION Removes the specified cell calculation. ## Syntax ``` DROP [ SESSION ] CELL CALCULATION CURRENTCUBE | Cube_Name.CellCalc_Name ``` ## Arguments *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. ## See Also [CREATE CELL CALCULATION Statement (MDX)](../mdx/mdx-data-definition-create-cell-calculation.md) [MDX Data Definition Statements (MDX)](../mdx/mdx-data-definition-statements-mdx.md)