Forum Discussion
Link to full screen
- 9 years ago
I can only find the "enter full screen mode" in a "published to web" link, regarding this button, it doesn't call any specific link, it just calls some javascript which has the same action like pressing F11. So the page is loaded not in full screen by default. You can submit your idea at Power BI Ideas.
Adding ?chromeless=true at the end of the URL seems to open it up directly in full screen mode.
I'm trying to see if there is a way to make it show up as fit to width or fit to screen by default. Haven't found a solution to that yet.
- A1m6 years agoFrequent Visitor
vickyd wrote:Adding ?chromeless=true at the end of the URL seems to open it up directly in full screen mode.
I'm trying to see if there is a way to make it show up as fit to width or fit to screen by default. Haven't found a solution to that yet.
I need to fit to width by default. Any update here? Appreciated.
- Mooihoek8 years agoHelper II
Awesome glad I found this helps me out significalty!
- satye8 years agoFrequent Visitor
worked perfectly !Thank you very much =)
- Anonymous8 years agoNot applicable
It doesn't work if you use filters in the url.
Some ideas?
- Anonymous8 years agoNot applicable
AnonymousI've managed to get this to work by having my filter as usual then using the & to join on chromeless
ReportSection?filter=[YourTable]/[YourField] eq ['YourValue']&chromeless=true