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.
This is not a workable solution at all for business users. This has not been resolved and should not be marked as a solution.