Forum Discussion
Ms. Fabric Real Time Dashboard Full Screen Mode
- 1 year ago
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!
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!