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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Narendra
Microsoft Employee
Microsoft Employee

How to return to dashobard in reports on same page

Hi All,

I need to navigate the dashboard on same page whenever I have click on the link on my report. In my report I have created one text box and given hyperlink of the dashboard but it is opening in another tab but my requirement is need to open the dashboard on same page instead of another tab. How we will give achieve this hyper links .

 

 

 

10 REPLIES 10
Anonymous
Not applicable

Workaround listed here doesn't work. I think, best is to vote for the idea and request Microsoft to fix the issue if they can for business users.. 

 

I did my vote and posted the comment there..  For now, users will need to wait until Microsoft fix this issue.. 

Anonymous
Not applicable

HI @Narendra 

Please refer to the below link, you can use book marks.

https://www.youtube.com/watch?v=nCEMM6Ryees

 

pranit828_0-1597944702480.png

 

bayapareddy
Regular Visitor

Hi ,Did you get solution for this?

 

If you get please let me know . i have same requirement.

bayapareddy
Regular Visitor

Hi ,Did you get solution for this?

 

If you get please let me know . i have same requirement.

Qxi_623
Frequent Visitor

Hi, I am really wondering how did you to create hyberlink of a report page that can be used to link another report page. My requirment is to drill through from dashboard to report, but only on PBI desktop instead of service. So I am trying to figure out to use hyberlink to link two pages in desktop. 

 

Thank you.

@Qxi_623

The hyperlink will work only on the web version not on desktop.

Anonymous
Not applicable

Hi @Narendra,

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.

Thanks,
Lydia Zhang

Anonymous
Not applicable

Hi @Anonymous ,

 

I know I am late in this conversation.

I am having the same issue. I tried changing the code but its not working for me. Not sure why its not saving the change. The code looks like the following and I took off the red portion and then click outside hoping it changes -

<a class="ql-preview" href="https://app.powerbi.com/groups/me/dashboards/639000000c-1d61-4105-8374-0f98b6dd1aad" target="_blank">https://app.powerbi.com/groups/me/dashboards/639000000c-1d61-4105-8374-0f98b6dd1aad</a>

 

But its not saving the change

Any suggestions

 

 

Hi Lydia,

 

can this inspect element change be only done for embedded visual? i dont see an option to tinker with html code of a visual either through power bi desktop or power bi service

 

Thanks,

Harsh

MattAllington
Community Champion
Community Champion

Dashboard tiles link to Report tabs. Report tabs do not link to dashboards. 



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.
I will not give you bad advice, even if you unknowingly ask for it.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors