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.
- Anonymous5 years agoNot applicable
v-diye-msft Hi, How can I right-click on the hyperlink to find 'inspect element'? Can you please show a picture?
- Kaycee3 years agoAdvocate I
A picture of this would be great please as I still have this issue years later and can't find a solution.
Very frustrating! - Anonymous3 years agoNot applicable
Almost anything can be done on the fly using HTML inspector as a hack, however this is not feasible for business users.
- PowerbiGuRoo3 years agoAdvocate I
This is not a workable solution at all for business users. This has not been resolved and should not be marked as a solution.