Dashboards - Get Tiles In Group

Returns a list of tiles within the specified dashboard from the specified workspace.

Supported tiles include datasets and live tiles that contain an entire report page.

Permissions

This API call can be called by a service principal profile. For more information see: Service principal profiles in Power BI Embedded.

Required Scope

Dashboard.ReadWrite.All or Dashboard.Read.All

Limitations

Titles that are edited in the report before the visual is added to the dashboard, are not returned. To return these titles, edit them in the dashboard.

GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/dashboards/{dashboardId}/tiles

URI Parameters

Name In Required Type Description
dashboardId
path True

string

uuid

The dashboard ID

groupId
path True

string

uuid

The workspace ID

Responses

Name Type Description
200 OK

Tiles

OK

Examples

Example

Sample Request

GET https://api.powerbi.com/v1.0/myorg/groups/f089354e-8366-4e18-aea3-4cb4a3a50b48/dashboards/69ffaa6c-b36d-4d01-96f5-1ed67c64d4af/tiles

Sample Response

{
  "value": [
    {
      "id": "312fbfe9-2eda-44e0-9ed0-ab5dc571bb4b",
      "title": "SalesMarketingTile",
      "embedUrl": "https://app.powerbi.com/embed?dashboardId=69ffaa6c-b36d-4d01-96f5-1ed67c64d4af&tileId=312fbfe9-2eda-44e0-9ed0-ab5dc571bb4b&groupId=f089354e-8366-4e18-aea3-4cb4a3a50b48",
      "rowSpan": 0,
      "colSpan": 0,
      "reportId": "5b218778-e7a5-4d73-8187-f10824047715",
      "datasetId": "cfafbeb1-8037-4d0c-896e-a46fb27ff229"
    }
  ]
}

Definitions

Name Description
Tile

A Power BI tile

Tiles

The OData response wrapper for a Power BI tile collection

Tile

A Power BI tile

Name Type Description
colSpan

integer

The number of tile span columns

datasetId

string

The dataset ID. Available only for tiles created from a report or by using a dataset, such as Q&A tiles.

embedData

string

The embed data for the tile

embedUrl

string

The embed URL of the tile

id

string

The tile ID

reportId

string

The report ID. Available only for tiles created from a report.

rowSpan

integer

The number of tile span rows

title

string

The display name of the tile

Tiles

The OData response wrapper for a Power BI tile collection

Name Type Description
odata.context

string

OData context

value

Tile[]

The tile collection