MeasureGroupMeasures (MDX)
SQL Server 2012
Returns a set of measures that belongs to the specified measure group.
The specified string must match the measure group name exactly. Square brackets for measure group names with spaces are not required.
Example
The following example returns all of the measures in the Internet Sales measure group in the Adventure Works cube.
SELECT MeasureGroupMeasures('Internet Sales') ON 0
FROM [Adventure Works]