You need to add these dimension-values to your dimension. This could be done with a calculated dimension, for example with valuelist() but better would be to add these values within the script, maybe with a small inline-load like:
concatenate(YourTable)
load * inline [
KPI
EBIT%
...
];
and then you could query this dimension-value with an expression like: