Forum Discussion

WAB_Reports's avatar
WAB_Reports
Icon for Helper I rankHelper I
5 years ago
Solved

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 

 

  • 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.

     

    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.

     

    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.

2 Replies

  • v-jingzhang's avatar
    v-jingzhang
    Icon for Community Support rankCommunity 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.

     

    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.

     

    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.