I have country names in the columns and individual products in the rows. My cube returns the number of products sold per country.
Now I want it to return, for each product, the rank for country X (only for country X; the other countries are not relevant here).
I have reached the point where I can use the RANK formula. However, when I use
RANK([@b;COUNTRYX]; Range.Right) I do not get any values.