web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / Display Power Bi Repor...
Power Pages
Answered

Display Power Bi Reports on Power Apps portal as entity list

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello Community Experts!

I have a requirement where I have more number of Power BI Reports for different clients. I need to display the reports on the same page. I need to dynamically add the reports against each client as entity list as shown below,

Client 1Report 1
Client 2Report 2
Client 3Report 3
Client 4Report 4
Client 5Report 5

 

On clicking a particular report from the entity list as shown above, the report should be displayed on a web page called "Reports" page of the Portal. Could anyone please assist me on achieving this..

Your help is greatly appreciated!

Thank you in advance!

Categories:
I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous :

    Could you tell me:

    •    Do you want to create a list in the portal, the user navigates to the specified PBI Report by clicking on a different Report in the list?

       My solution can achieve this function to some extent, but BI report is not in the current portal, but navigates to an external website (Dashboard link).If there is no other better solution, I suggest you consider using this solution.

    My method is to use HTML to construct a table and set a hyperlink for each Report in the table.I'v made a test for your reference:
    Add a component and set it's code to:

    <table border="1">
     <tbody>
     <tr>
     <th>Client</th>
     <th>Report</th>
     </tr>
     <tr>
     <td>Client1</td>
     <td><a href="Dashboard link1">Report1</a></td>
     </tr>
     <tr>
     <td>Client2</td>
     <td><a href="Dashboard link2">Report2</a></td>
     </tr>
     </tbody>
    </table>

    32.gif

    33.gif

    In addition,you can get the dashboard link by sharing the dashboard.

    34.gif

    Best Regards,

    Bof

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
11manish Profile Picture

11manish 52

#2
Valantis Profile Picture

Valantis 46

#3
Vish WR Profile Picture

Vish WR 29

Last 30 days Overall leaderboard