Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 477 Bytes

Cube.Dimensions.md

File metadata and controls

8 lines (7 loc) · 477 Bytes

Cube.Dimensions

Returns a table containing the set of available dimensions.

function (cube as table) as table

Description

Returns a table containing the set of available dimensions within the cube. Each dimension is a table containing a set of dimension attributes and each dimension attribute is represented as a column in the dimension table. Dimensions can be expanded in the cube using Cube.AddAndExpandDimensionColumn.

Category

Cube