STRIPCALCULATEDMEMBERS

STRIPCALCULATEDMEMBERS

Description:

This function is used to return a set generated by removing calculated members from a specified set.

Syntax:

StripCalculatedMembers(Set_Expression)

Return type:

SET

Parameters:

Parameter

Description

Parameter

Description

Set_Expression

It is a valid MDX expression that returns a set.

Example:

select [Measures].[Internet Order Quanlity] on 0, STRIPCALCULATEDMEMBERS([Customer].[Geography].[Country]) on 1 from [AdventureWorksMF]

Copyright Kyvos, Inc. 2026. All rights reserved.