Forum Discussion
BalaKrish
5 years agoHelper 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
- kfirRegular Visitor
I have the same problem.