Managing dynamically expressions regarding the dimension
Hello,
On a pivot table (on Sense), I have a list of kpi's names (in a island table) , for each one I need to calculate yearly value (col1), average (col2) etc...
So, on each expression, I have a collection of "if" like :
if( kpi=aa, [master item1], if kpi=bb, [master item2] and so on
You can easily guess that the performance isn't great. Is there any way to avoid this kind of expression ? ( I tried expression stored in a field of the kpi table, variables with the same name of kpi etc... )
The best would be an expression like [ master item 'name of dim1' ] or =$(=var_ name of dim1)