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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
BalaKrish
Helper I
Helper I

Mobile view display for PowerBI Embedded for customers

Dear All,

 

I have embedded powerbi to our customers website using Nodejs package. I am trying to make it reactive to mobile screens.

 

I have developed the mobile layout for my report and published to Powerbi service.I have added the below settings to the embed configuration settings. 

 

 let reportLoadConfig = {
            type: "report",
            tokenType: models.TokenType.Embed,
            accessToken: embedData.accessToken,
            embedUrl: embedData.embedUrl,
            settings: {
                filterPaneEnabled: false,
                navContentPaneEnabled: false
                ,layoutType: models.LayoutType.MobilePortrait
               /* ,background: models.BackgroundType.Transparent*/
            }
 
 
But , the report is not loading. It just keep on rendering. There is no report display.
what may be the issue here? Can any one please pointout?
 
Thanks in advance!
1 REPLY 1
kfir
Regular Visitor

I have the same problem.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.