Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
HelloTheSun
Helper I
Helper I

How embed PowerBI to Mobile Application

Please advice me step by step or share documentation to apply Power BI to my mobile application (embed to my app do not link to open PowerBI App or browsers) .


I know 2 solutions for embed PowerBI

1. Embed for organization (prefer this solution)

2. Embed for customer

 

1. Embed for organization 
I found this script but I don't sure which rows have to custom or where to find them or any guide to custom?
such as id, accessToken, ... 

HelloTheSun_0-1739796544355.png

 

remark >> License : PowerBI Capacity (P1)

 

Thank for your reply

3 REPLIES 3
Juliona
New Member

You can do this by using the "Embed for your organization" method. First, you need to set up your app in Microsoft Entra (formerly Azure Active Directory). This step allows your app to securely talk to Power BI. You’ll register your app, give it permissions to read Power BI reports, and create a client secret, which is like a password your app uses to connect.

 

Next, you’ll collect some important details like your Tenant ID, Client ID, and the Report and Workspace IDs from Power BI. These are needed to link the report inside your app.

 

Then, you’ll use Power BI’s JavaScript code (called the Power BI JavaScript API) in your app. This code helps load the report into your app screen. You’ll also use the secret info you got earlier to let users log in and see the report.

 

Make sure your users have Power BI licenses (like Power BI Pro or Premium) and permission to view the reports. It’s also a good idea to design the reports so they look good on phone screens.

rohit1991
Super User
Super User

Hey @HelloTheSun 

 

Just to clarify a few things based on this thread: While you can technically load an embedded Power BI report inside a mobile app using WebView or iframe, it’s not officially supported by Microsoft. As lbendlin mentioned, this approach often breaks especially around authentication and may force users into the full Power BI mobile app anyway.

 

For internal users, the best experience is still via the Power BI Mobile App or a mobile-optimized web app using supported browser embedding.

 

Helpful links:
Embed for your organization
Authentication for embedding


Did it work? ✔ Give a Kudo • Mark as Solution – help others too!
lbendlin
Super User
Super User

This is not supported. On Mobile your users need to consume Power BI content through the Power BI Mobile app.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors