- The CUBEVALUE() and CUBEMEMBER() are the most common cube functions but several others can be used as well.
Cube formulas category in formulas tab of Excel 2016
- The Formulas interface in Excel provides information on the arguments for each function.
- In more advanced scenarios, Named Ranges can be assigned to Cube Formulas and optionally other formulas in the report, and then passed into cube formulas as parameters:
=CUBEMEMBER(strConn,"[PeriodStart].[Period Start].["&SPUser&"]")
In this example, strConn is a Named Range in Excel containing the name of the data connection to the Power BI dataset. PeriodStart is a column in ...