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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Solution Authors