web
You’re offline. This is a read only version of the page.
close
Skip to main content

Power BI

New

Include custom link in Tile object tileClicked event

Vote (4) Share
Peter.Walker's profile image

Peter.Walker on 16 Apr 2018 15:07:49

When embedding a dashboard tile, the tileClicked event for a tile representing a powerbi report has the following properties

```{
navigationUrl: "https://app.powerbi.com/reports/6ef78595-.../ReportSection",
errors: undefined
openReport: {
embedUrl: "https://app.powerbi.com/reportEmbed?reportId=6ef78595-..."
reportId: "6ef78595-..."
}
}```

however a tile that represents other content (such as web) produces:

```
{
errors:undefined,
navigationUrl:null,
openReport: {
embedUrl:"",
reportId:""
}
}
```

it would be good if the api populated `navigationUrl` property with the custom link defined in the tile