Cube.DisplayFolders is a function in the Power Query M language that returns a nested tree of tables representing the display folder hierarchy of objects (e.g., dimensions and measures) available for use in a cube. The function returns a table containing the hierarchical structure of display folders.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Cube.DisplayFolders( cube as table ) as table
Description
Returns a nested tree of tables representing the display folder hierarchy of the objects (for example, dimensions and measures) available for use in the cube
.
Related functions
Other functions related to Cube.DisplayFolders are:
- Cube.AddAndExpandDimensionColumn
- Cube.AddMeasureColumn
- Cube.ApplyParameter
- Cube.AttributeMemberId
- Cube.AttributeMemberProperty
- Cube.CollapseAndRemoveColumns
- Cube.Dimensions
- Cube.MeasureProperties
- Cube.MeasureProperty
- Cube.Measures
- Cube.Parameters
- Cube.Properties
- Cube.PropertyKey
- Cube.ReplaceDimensions
- Cube.Transform
