Cube.DisplayFolders

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.

Other functions related to Cube.DisplayFolders are:

BI Gorilla Blog

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/cube-displayfolders
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.