Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
We are embedding dashboards from a workspace into an application that our external customers use. However, the click-through functionality (i.e. click on a tile on the dashboard to go to the source report) doesn't work when the dashboard is embedded in an iFrame.
Is there a way for the dashboard to behave the same in an embedded scenario as it does natively on powerbi.com?
Solved! Go to Solution.
Hi @jonharding,
To implement the click-through functionality, you may need to handle the tileClicked event(PowerBI-JavaScript) which will be raised when end user clicks a tile on a embedded dashboard, and redirect to the related report. For more details you can refer to handling event in PowerBI-JavaScript api. ![]()
tileClicked
Raised when end user clicks a tile. event properties are:
tileId: id of clicked tile.
reportEmbedUrl: Embed Url of the original report the tile created from (if any)
pageName: name of the page the tile created from (if any)
navigationUrl: Url which will be opened in powerbi.com if user clicks a tile.
Regards
Hi @jonharding,
To implement the click-through functionality, you may need to handle the tileClicked event(PowerBI-JavaScript) which will be raised when end user clicks a tile on a embedded dashboard, and redirect to the related report. For more details you can refer to handling event in PowerBI-JavaScript api. ![]()
tileClicked
Raised when end user clicks a tile. event properties are:
tileId: id of clicked tile.
reportEmbedUrl: Embed Url of the original report the tile created from (if any)
pageName: name of the page the tile created from (if any)
navigationUrl: Url which will be opened in powerbi.com if user clicks a tile.
Regards
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |