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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

have the repor on the phone

I have a report with lots of bookmarks and pages and visuals in each of them. 

 

What is the best way to have this report on the phone? 

 

I can share the link and see it via browser as well. But I was wondering to know is there other ways? 

 

I don't want to have dashboards, because my report has a lot of slicers for filtering years and gender and so on. 

 

 

1 ACCEPTED SOLUTION

@Anonymous,

 

There's another solution for the mobile layout(will be somehow complex). You could try power bi embeded and power bi rest api. You can embed the report to a third-party app and change the custom layout by modify some configuration in javascript like pattern below:

const newSettings = {
    layoutType: models.LayoutType.MobileLandscape
};

report.updateSettings(newSettings);

For more details about how to do this, you can refer to links below:

https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embed-For-Mobile

https://azure.microsoft.com/en-us/updates/mobile-layout-support/

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-yuta-msft
Community Support
Community Support

@Anonymous,

 

You can change the layout in power bi desktop via clicking View-> Phone Layout.

2.PNG 

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

@v-yuta-msft

of course, that is a solution. But the problem is that when you change the layout to the mobile view, then you have to resize everything yourself, and it is not done automatically. The other problem is that you can not shapes (like rectangles) around your visualization within the mobile view. 

 

@Anonymous,

 

There's another solution for the mobile layout(will be somehow complex). You could try power bi embeded and power bi rest api. You can embed the report to a third-party app and change the custom layout by modify some configuration in javascript like pattern below:

const newSettings = {
    layoutType: models.LayoutType.MobileLandscape
};

report.updateSettings(newSettings);

For more details about how to do this, you can refer to links below:

https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embed-For-Mobile

https://azure.microsoft.com/en-us/updates/mobile-layout-support/

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.