DIMIX

Returns the index number for a specified element within a dimension.

Syntax

DIMIX(Dimension, Element)

Dimension is the name of the dimension containing the element whose index number you want to determine. Element is the element.

Example

The 58th element in the REGION dimension is Czech Republic,so this example returns 58:

DIMIX('REGION', 'Czech Republic')