This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I'm using PowerBI-JavaScript to show dashboard mobile view on the website and it doesn't work, it is fine when I choose type: report then the MobilePortrait layout is applied but with dashboard, this layout is completely ignored and the default MobileLandscape layout is shown instead.
I would expect that embedding mobile layout will work for reports and dashboards: https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embed-For-Mobile
var models = window['powerbi-client'].models;
var permissions = models.Permissions.All;
var embedConfiguration = {
type: 'dashboard',
tokenType: models.TokenType.Embed,
accessToken: "<some token>",
id: '<dashboard id>',
embedUrl: 'https://app.powerbi.com/dashboardEmbed',
settings: {
layoutType: models.LayoutType.MobilePortrait
}
// pageView: 'fitToWidth',
};
var embedContainer = $('#reportContainer')[0];
report = powerbi.embed(reportContainer, embedConfiguration);
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 10 | |
| 8 | |
| 3 | |
| 3 | |
| 2 |