Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in BI by (11.1k points)
How can I create Phone View for my published reports in Power Bi and,how can i show them in final embed code?

1 Answer

0 votes
by (22.5k points)
edited by

To get phone view you need to use the following code:

var config = {
    .....
    settings: {
        filterPaneEnabled: true,
        navContentPaneEnabled: true,
        layoutType: models.LayoutType.MobilePortrait <-- THIS ONE
    }
}; 

To learn in-depth about Workflow in Power BI, sign up for an industry-based Power BI Certification.

Also, check out our YouTube video to know the data visualization basics and best practices with Power BI

 

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...