Breadcrumbs

BC.EXPANDDIMENSIONRANGE

Overview

The BC.EXPANDDIMENSIONRANGE function lets you retrieve a list of dimensions defined in your Business Central instance. 

Syntax

=BC.EXPANDDIMENSIONRANGE(
    ConnectionName, 
    Dimension
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Optional

Provide one of the following values:

OR

Omit the argument to return results for all compatible connections with default aggregation settings.

Dimension

Optional

Filter for dimension names.

You can specify the filter using Velixo filtering techniques.

Example

=BC.EXPANDDIMENSIONRANGE(
    "BC"
)

Description:

Returns all dimensions defined for the connection BC.

image-20250925-143031.png