Forum Discussion
Ms. Fabric Real Time Dashboard Full Screen Mode
How do you get real time dashboard into full screen without any navigation menu or dashboard menu (only visuals and parameter)?
I have tried chromeless=1 but it only removes Fabric Navigation menu.
To achieve a full-screen mode for your Microsoft Fabric Real-Time Dashboard without any navigation or dashboard menus, you can try the following steps:
Use Browser Full-Screen Mode: Press F11 on your keyboard to enter full-screen mode in your browser. This will hide the browser's address bar and other UI elements.
Embed the Dashboard in an iFrame: You can embed the dashboard in an iFrame and use custom CSS to hide any unwanted elements. Here’s a basic example:
<iframe src="your_dashboard_url?chromeless=1" style="width:100%; height:100vh; border:none;"></iframe>
Power BI Full-Screen Mode: If you are using Power BI within Microsoft Fabric, you can use the built-in full-screen mode by clicking on the full-screen icon in the Power BI service.
Unfortunately, there isn't a built-in feature in Microsoft Fabric to completely remove all menus and navigation bars beyond the chromeless=1 parameter. Using a combination of browser full-screen mode techniques should help you achieve a cleaner, more immersive dashboard view.
Best Regards
Saud Ansari
If this post helps, please Accept it as a Solution to help other members find it. I appreciate your Kudos!
2 Replies
- saud968
Memorable Member
To achieve a full-screen mode for your Microsoft Fabric Real-Time Dashboard without any navigation or dashboard menus, you can try the following steps:
Use Browser Full-Screen Mode: Press F11 on your keyboard to enter full-screen mode in your browser. This will hide the browser's address bar and other UI elements.
Embed the Dashboard in an iFrame: You can embed the dashboard in an iFrame and use custom CSS to hide any unwanted elements. Here’s a basic example:
<iframe src="your_dashboard_url?chromeless=1" style="width:100%; height:100vh; border:none;"></iframe>
Power BI Full-Screen Mode: If you are using Power BI within Microsoft Fabric, you can use the built-in full-screen mode by clicking on the full-screen icon in the Power BI service.
Unfortunately, there isn't a built-in feature in Microsoft Fabric to completely remove all menus and navigation bars beyond the chromeless=1 parameter. Using a combination of browser full-screen mode techniques should help you achieve a cleaner, more immersive dashboard view.
Best Regards
Saud Ansari
If this post helps, please Accept it as a Solution to help other members find it. I appreciate your Kudos! - Expiscornovus
Most Valuable Professional
Hi l0l1313nn1,
This might be a good use case for Power BI embedded analytics:
https://learn.microsoft.com/en-us/power-bi/developer/embedded/embedded-analytics-power-bi
You could start exploring this option by first using the developer playground:
https://learn.microsoft.com/en-us/power-bi/developer/embedded/power-bi-playground