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 Apps / Help Embeding Power BI...
Power Apps
Answered

Help Embeding Power BI dashboard

(1) ShareShare
ReportReport
Posted on by 194

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:
I have the same question (0)
  • Verified answer
    ANB Profile Picture
    7,252 Super User 2026 Season 1 on at

    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


  • Suggested answer
    greggapowell Profile Picture
    11 on at
    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:

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 534

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard