Hi,
I would like to include cell references into the CubeMember function.
When I use the “Convert to formulas” function in a pivot table linked via Analysis Services I get a CubeMember function like:
CUBEMEMBER("globl0720 KPI DW KPI";{"[KPI].[KPI].[KPI].&[64]"\"[Location].[Blade Type].&[ES-PON]&[1]"})
Since “ES-PON” represents my factory location and I want to fetch the CubeMember from a (dynamic) list of locations such as ES-PON, ES-GAL, DK-VIN etc. I would like to make a cell reference instead.
Example using the data in cell A1:
="CUBEMEMBER("&"""globl0720 KPI DW KPI"&""";{"&{"""[KPI].[KPI].[KPI].&[64]""\""[Location].[Blade Type].&["}&$A$1&"]&[1]""})"
Even building the formula string inside the “Indirect Formula” does not work but returns the result #REF!
I appreciate your help
I would like to include cell references into the CubeMember function.
When I use the “Convert to formulas” function in a pivot table linked via Analysis Services I get a CubeMember function like:
CUBEMEMBER("globl0720 KPI DW KPI";{"[KPI].[KPI].[KPI].&[64]"\"[Location].[Blade Type].&[ES-PON]&[1]"})
Since “ES-PON” represents my factory location and I want to fetch the CubeMember from a (dynamic) list of locations such as ES-PON, ES-GAL, DK-VIN etc. I would like to make a cell reference instead.
Example using the data in cell A1:
="CUBEMEMBER("&"""globl0720 KPI DW KPI"&""";{"&{"""[KPI].[KPI].[KPI].&[64]""\""[Location].[Blade Type].&["}&$A$1&"]&[1]""})"
Even building the formula string inside the “Indirect Formula” does not work but returns the result #REF!
I appreciate your help