Spread Formula Reference
CUBEVALUE
Formula Functions > Functions A to C > CUBEVALUE

This function calculates an aggregated value from the cube.

Syntax

CUBESET(connection, [member_expression1], [member_expression2])

Arguments

This function has the following arguments:

Argument Description
connection Refers to the string data specifying the name of the connection to the cube.
member_expression1, member_expression2 [Optional] Refers to the string data specifying the multidimensional expression (MDX) text that evaluates to unique member in the cube.

Remarks

This function returns a temporary message "#GETTING_DATA..." in the cell while being evaluated and before all the data in the cell is retrieved.

Data Types

Accepts only string data.

Examples

CUBEVALUE($B$1,"[Measures].[Profit]",C$12,$A23)

CUBEVALUE("Product_Sales",$B$7,D$12,$A23)

CUBEVALUE("Product_Sales","[Measures].[Profit]","[Time].[2017]","[All Products].[Soft Drinks]")

Version Available

This function is available in product version 11.0 or later.