CREATE MEASURE statement (MDX)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Creates a measure in a Tabular Model.
The Measure_Name must be enclosed in square parenthesis.
The CREATE MEASURE statement can only be used inside of a MDX script definition; see MdxScript Element (ASSL).
You can also define a calculated member for use by a single query. To define a calculated member that is limited to a single query, you use the WITH clause in the SELECT statement. For more information, see Building Measures in MDX.