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
WAB_Reports
Helper I
Helper I

PowerApps Portal PowerBI Dashboards

Is there a roadmap or would someone know if PowerBI APP or PowerBI Dashboards can be clickable/navigable from within PowerPortal?

 

Click events dont seem to be able to be captured when clicking a Dasboard or Tile from PORTAL 

 

1 ACCEPTED SOLUTION
v-jingzhang
Community Support
Community Support

Hi @WAB_Reports 

If you want to navigate to a Power BI Dashboard or Power BI App from a link in a Power Apps Portal, you can try adding <a href="url">link text</a> directly in Code editor to add a link in the web page.

 

For example, open a Power BI Dashboard in a web browser and copy its URL address from the address bar.

040802.jpg

 

Go to a Power Apps Portal page where you want to add the hyperlink, click </> on the bottom right corner to open the Source code editor. Select the text you want to add the link to, then type <a href="url"></a> to wrap the text. Paste the dashboard's URL to replace url in the <a> tag. Save the change.

040801.jpg

 

Now when you browse the portal page, you can click this link to go to the dashboard in Power BI Service. So do a Power BI App link.

 

You can also add link to a button:

<form action="url"><input type="submit" value="Go to the report"></form>

 

Hope this helps.

 

Other references:

How to Add Hyper Links in Portal Page | Customer Engagement & Dynamics CRM Forum (crmug.com)

 

Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.

View solution in original post

2 REPLIES 2
v-jingzhang
Community Support
Community Support

Hi @WAB_Reports 

If you want to navigate to a Power BI Dashboard or Power BI App from a link in a Power Apps Portal, you can try adding <a href="url">link text</a> directly in Code editor to add a link in the web page.

 

For example, open a Power BI Dashboard in a web browser and copy its URL address from the address bar.

040802.jpg

 

Go to a Power Apps Portal page where you want to add the hyperlink, click </> on the bottom right corner to open the Source code editor. Select the text you want to add the link to, then type <a href="url"></a> to wrap the text. Paste the dashboard's URL to replace url in the <a> tag. Save the change.

040801.jpg

 

Now when you browse the portal page, you can click this link to go to the dashboard in Power BI Service. So do a Power BI App link.

 

You can also add link to a button:

<form action="url"><input type="submit" value="Go to the report"></form>

 

Hope this helps.

 

Other references:

How to Add Hyper Links in Portal Page | Customer Engagement & Dynamics CRM Forum (crmug.com)

 

Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.

mohammedadnant
Impactful Individual
Impactful Individual

Hi @WAB_Reports 

 

What do you mean by Power Portal..?

 

Thanks & Regards,

Mohammed Adnan

Did I answer your question? Mark my post as a solution! Appreciate your Kudos!! !!

Thanks & Regards,
Mohammed Adnan
Learn Power BI: https://www.youtube.com/c/taik18

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
Top Kudoed Authors