ADDCALCULATEDMEMBERS

ADDCALCULATEDMEMBERS

Description:

This function is used to return a set that is generated by adding calculated members to a specified set.

Syntax:

AddCalculatedMembers(Set_Expression)

Return Type:

SET

Parameters:

Parameter

Description

Parameter

Description

Set_Expression

It is a valid MDX expression that returns a set.

Example

SELECT AddCalculatedMembers({[Measures].[Customer Count]}) ON COLUMNS FROM [AdventureWorksMF]

Copyright Kyvos, Inc. 2025. All rights reserved.