Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
jonharding
Advocate II
Advocate II

Embedded Dashboard Click-Through not Working

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?

1 ACCEPTED SOLUTION
v-ljerr-msft
Microsoft Employee
Microsoft Employee

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 apiSmiley Happy

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

View solution in original post

1 REPLY 1
v-ljerr-msft
Microsoft Employee
Microsoft Employee

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 apiSmiley Happy

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

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors