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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Narendra
Employee
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.. 

pranit828
Community Champion
Community Champion

HI @Narendra 

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

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

 

pranit828_0-1597944702480.png

 





PBI_SuperUser_Rank@1x.png


Hope it resolves your issue? 
Did I answer your question? Mark my post as a solution!

Appreciate your Kudos, Press the thumbs up button!!
Linkedin Profile
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.

v-yuezhe-msft
Employee
Employee

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

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi @v-yuezhe-msft ,

 

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

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.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors