Forum Discussion
idelix
5 years agoFrequent Visitor
Open report from dashboard tile - using PowerBI-JavaScript embedded
I'm embeddingd dashboard on website using following code, hovewer not sure how can I configure it to open external linke when I click on the tile in dashboard, as I could put the actual embeded report under this external link
var embedConfiguration = {
type: 'dashboard',
tokenType: models.TokenType.Embed,
accessToken: "embed_token",
id: 'dashboard_id',
// settings: {
// layoutType: models.LayoutType.MobilePortrait
// },
pageView: 'fitToWidth'
// pageView: "oneColumn"
};
No RepliesBe the first to reply