📅  最后修改于: 2020-12-03 04:50:23             🧑  作者: Mango
Excel多维数据集功能允许将来自OLAP多维数据集的数据导入Excel以执行计算。与Microsoft SQL Server 2005 Analysis Services或更高版本的数据源的连接均支持这些功能。
当PowerPivot创建与OLAP多维数据集兼容的数据源时,它也可以与这些功能一起使用。
下表列出了所有Cube函数-
S.No. | Function and Description |
---|---|
1 | CUBEKPIMEMBER
Returns a key performance indicator name, property, and measure, and displays the name and property in the cell. |
2 | CUBEMEMBER
Returns a member or tuple in a cube hierarchy. |
3 | CUBEMEMBERPROPERTY
Returns the value of a member property in the cube. |
4 | CUBERANKEDMEMBER
Returns the nth, or ranked, member in a set. |
5 | CUBESET
Defines a calculated set of members or tuples by sending a set expression to the cube on the server. |
6 | CUBESETCOUNT
Returns the number of items in a set. |
7 | CUBEVALUE
Returns an aggregated value from a cube. |