Originally, I have using CUBEVALUE function in Excel 2010 and it is working fine with the drillthrough function. The cubevalue function looks like this:
=CUBEVALUE(connection, member_expression1, member_expression2, member_expression3)
When I try to add CUBESET function inside the CUBEVALUE function, it can retrieve correct values but the drillthrough function does not work (Right click on the data cell -> Additional Actions -> Nothing shown). The CUBESET function looks like this:
CUBESET(connection, "EXCEPT(Set_expression1, Set_expression2)")
Is there any workaround to this issue?