The cube’s member or tuple is returned. To confirm that the member or tuple exists in the cube, use this method.
Syntax:
=CUBEMEMBER(connection, member_expression, [Optional caption])
Parameter:
Example :
=CUBEMEMBER(“Sales”,”[Time].[Fiscal].[2004]”)
=CUBEMEMBER($A$1,D$12)
=CUBEMEMBER(“Sales”,(B4, C6, D5),”SalesIn2004″)
=CUBEMEMBER(“xlextdat8 FoodMart 2000 Sales”,”([Product],[Food],[Time],[1997])”)
=CUBEMEMBER($A$1,C$12:D$12)
Ask Your Query