Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
You can only use one expression per expression column, not changing the expression per dimension.
But you can have one expression that checks the dimension value and picks the appropriate calculation.
=pick(match( DimName, 'Sales','OPE'), Sum(Something1), Sum(Something2) )
You can build an expression like this from your table like described e.g. here:
You can only use one expression per expression column, not changing the expression per dimension.
But you can have one expression that checks the dimension value and picks the appropriate calculation.
=pick(match( DimName, 'Sales','OPE'), Sum(Something1), Sum(Something2) )
You can build an expression like this from your table like described e.g. here: