Mobile layout support

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Note

These release notes describe functionality that may not have been released yet. To see when this functionality is planned to release, please review Summary of what’s new. Delivery timelines and projected functionality may change or may not ship (see Microsoft policy).

Reports and dashboard support layouts are optimized to consume on mobile devices.

For reports, you can open report pages in phone layout, if they were created through Power BI Desktop. You can use a new JavaScript API to check whether a report page has a phone layout defined, and if it does, embeds it. It’s the optimal layout to use when devices are in the portrait orientation. When devices are in landscape orientation, the optimal layout is the original report layout. Using the JavaScript API, you can switch views during the user’s session according to the phone layout, offering an optimal experience at any state.

Dashboards can be rendered on mobile devices using the one column layout, which sets all tiles in a single column, one above the other. As in the reports, this view is optimal for portrait orientation. The application can also switch back to original layout during the session.