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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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