Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - Power Apps Portals
Answered

Display Power Bi Reports on Power Apps portal as entity list

(0) ShareShare
ReportReport
Posted on by

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!

  • Verified answer
    v-bofeng-msft Profile Picture
    on at
    Re: Display Power Bi Reports on Power Apps portal as entity list

    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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Lucas001 Profile Picture

Lucas001 60 Super User 2025 Season 1

#2
Fubar Profile Picture

Fubar 55 Super User 2025 Season 1

#3
surya narayanan Profile Picture

surya narayanan 35