0% found this document useful (0 votes)
25 views2 pages

Cube Excel Formulas and Functions

Uploaded by

Shohan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views2 pages

Cube Excel Formulas and Functions

Uploaded by

Shohan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Functions Excel Formulas Description

Returns a key performance


indicator (KPI) name, property, and
measure, and displays the name and
property in the cell. A KPI is a
quantifiable measurement, such as
monthly gross profit or quarterly
CUBEKPIMEMBE =CUBEKPIMEMBER(connection,kpi_name,kpi_p employee turnover, used to monitor
R roperty,caption) an organization’s performance.

RReturns a member or tuple in a


cube hierarchy. Use to validate that
=CUBEMEMBER(connection,member_expression, the member or tuple exists in the
CUBEMEMBER caption) cube.

Returns the value of a member


property in the cube. Use to validate
that a member name exists within
CUBEMEMBERP =CUBEMEMBERPROPERTY(connection,membe the cube and to return the specified
ROPERTY r_expression,property) property for this member.

Returns the nth, or ranked, member


in a set. Use to return one or more
CUBERANKEDM =CUBERANKEDMEMBER(connection,set_expres elements in a set, such as the top
EMBER sion,rank,caption) sales performer or top 10 students.

Defines a calculated set of members


or tuples by sending a set expression
to the cube on the server, which
=CUBESET(connection,set_expression,caption,sort_order,sor creates the set, and then returns that
CUBESET t_by) set to Microsoft Office Excel.

Returns the number of items in a


CUBESETCOUNT =CUBESETCOUNT(set) set.

Returns an aggregated value from a


CUBEVALUE =CUBEVALUE(connection,member_expression1,…) cube
Cube Excel Formulas and Functions

You might also like