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

Community site session details

Session Id : 2USdKYghntDordHODbPTtY
Power Apps - Building Power Apps
Answered

Help Embeding Power BI dashboard

Like (1) ShareShare
ReportReport
Posted on 16 May 2024 14:13:34 by 192

Hello,  i'm not sure if this belongs here, or if i shoudl go post on the Power BI forums.  i made a dashboard that i want to embed in my app, but when i select the wrokspace that i published to, i cant select my dashboard.  is there some setting that i need to enable in power apps or power BI to fix this?

 

Frac_0-1715868797494.png

 

Categories:
  • Suggested answer
    greggapowell Profile Picture
    11 on 28 Jul 2024 at 20:33:16
    Help Embeding Power BI dashboard
    There is no method to obtain the required URL needed to embed an entire PowerBI Dashboard into power apps (THANKS MICROSOFT).

    Instead, use Powershell.

     # Install the Power BI PowerShell module if not already installed
    Install-Module -Name MicrosoftPowerBIMgmt -Scope CurrentUser -Force -AllowClobber

    # Import the module
    Import-Module MicrosoftPowerBIMgmt

    # Login to Power BI
    Login-PowerBI

    #Get a list of all your workspaces:
    PS C:\Users\gregg> Get-PowerBIWorkspace

    #next, list all Dashboards in the workspace, and pipe them to a csv (along with the embed URLs)
    PS C:\Users\gregg> Get-PowerBIDashboard -WorkspaceId 2xxxxxxx-9xxa-4xx5-8xx5-4xxxxxxxxxx5 | Export-Csv -Path C:\Dashboard_output.csv -NoTypeInformation


    Now........ from the csv file written to your C:\ drive, select the embed URL that corresponds to the Dashboard you need to embed in power app

    Next, in Power apps, insert a power bi tile:

    Next, in the advanced properties of the power bi tile, insert the URL in the tileURL field:
  • Verified answer
    ANB Profile Picture
    7,131 Super User 2025 Season 2 on 16 May 2024 at 19:45:04
    Re: Help Embeding Power BI dashboard

    Hi @Frac , I tried to explain this in another post. Please check this.

     

    -----------------------------------------------------------------------------------------------------------------------------

    I hope this helps.

    Please click Accept as solution ✅ if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs up.👍

    Thanks,
    ANB


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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

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!

Loading complete