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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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