Forum Discussion
Using hyperlink and open in the same tab
Hi Anonymous ,
Based on my testing, there is no permanent solution for such issue, please vote it in this idea: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/10327392-allow-hyperlinks-in-text... .
However, there is a temporary solution for you in order to open the hyperlink in the same tab as the report. Right click hyperlink and then select “Inspect element”, you will see the code for the hyperlink which likes this :
<a href="https://msit.powerbi.com/groups/me/dashboards/5db599e5-bb56-407c-9c48-db81f2fe637d" target="_blank">Dashboard</a>
Change the code to <a href="https://msit.powerbi.com/groups/me/dashboards/5db599e5-bb56-407c-9c48-db81f2fe637d">Dashboard</a>, then you can open the dashboard in the same tab as the report.
Almost anything can be done on the fly using HTML inspector as a hack, however this is not feasible for business users.