Share via


Enum "Power BI Element Type"

ID 6313
Namespace: System.Integration.PowerBI

Enum that lists the possible types of elements returned by API calls to Power BI, when discovering the Power BI reports.

Remarks

When displayed in a tree structure in the Web Client, the tree structure needs to be sorted by this enum. On the other hand, Web Client does not support descending sorting. So, make sure you keep this enum IDs ordered from the larger group to the smaller group. See also: 1) Bug 335749; 2) Documentation at https://go.microsoft.com/fwlink/?linkid=2206170

Properties

Name Value
Extensible False

Values

Name Description
Workspace
Report
"Report Visual"
Dashboard
"Dashboard Tile"

See also