CUBEMEMBERPROPERTY Function Explained
The CUBEMEMBERPROPERTY
Function in Microsoft Excel returns a specified property for a given cube member. It takes three arguments: cube_name, member_name, and property_name. The cube_name argument is the name of the cube to use, the member_name argument is the name of the cube member to use, and the property_name argument is the name of the property to return. The function returns the value of the specified property for the given cube member.
CUBEMEMBERPROPERTY Function Syntax
CUBEMEMBERPROPERTY(cube_name, member_name, property_name)
- cube_name: The name of the cube from which to retrieve the property.
- member_name: The name of the member whose property is to be retrieved.
- property_name: The name of the property to be retrieved.