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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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