Cube.Properties is a function in the Power Query M language that returns a table of available properties for dimensions that are expanded in the cube.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Cube.Properties( cube as table ) as table
Description
Returns a table containing the set of available properties for dimensions that are expanded in the cube.
Related functions
Other functions related to Cube.Properties are:
- Cube.AddAndExpandDimensionColumn
- Cube.AddMeasureColumn
- Cube.ApplyParameter
- Cube.AttributeMemberId
- Cube.AttributeMemberProperty
- Cube.CollapseAndRemoveColumns
- Cube.Dimensions
- Cube.DisplayFolders
- Cube.MeasureProperties
- Cube.MeasureProperty
- Cube.Measures
- Cube.Parameters
- 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