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.
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
- yehemini7 years agoNew Member
Thanks Anonymous .
Adding &chromeless=true to the end of the URL works fine.
- johnnr8928 years agoRegular Visitor
Works if you use:
?chromeless=1&filter=
rather than
?chromeless=1?filter=