Cube.Dimensions is a function in the Power Query M language that returns a table containing the set of available dimensions within a cube. The function returns a table with each dimension represented by a table of dimension attributes, which can be expanded using Cube.AddAndExpandDimensionColumn.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Cube.Dimensions( 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.
Related functions
Other functions related to Cube.Dimensions are:
- Cube.AddAndExpandDimensionColumn
- Cube.AddMeasureColumn
- Cube.ApplyParameter
- Cube.AttributeMemberId
- Cube.AttributeMemberProperty
- Cube.CollapseAndRemoveColumns
- Cube.DisplayFolders
- Cube.MeasureProperties
- Cube.MeasureProperty
- Cube.Measures
- Cube.Parameters
- Cube.Properties
- Cube.PropertyKey
- Cube.ReplaceDimensions
- Cube.Transform
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy