The CUBEMEMBERPROPERTY function, one of Excel’s Cube functions, returns the value of a cube’s member property. It may be used to verify if a member name exists within the cube and to return the requested property for that member.
Syntax:
=CUBEMEMBERPROPERTY(connection, member_expression, property)
Parameter:
Example :
=CUBEMEMBERPROPERTY(“Sales”,”[Time].[Fiscal].[2014]”,$A$3)
=CUBEMEMBERPROPERTY(“Sales”,”[Store].[MyFavoriteStore]”,”[Store].[Store Name].[Store Sqft]”)
Ask Your Query