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.
worked perfectly !Thank you very much =)
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.
- Anonymous7 years agoNot applicable
Is there any property which is similar to this to open the window on same page. I am using URL in the table which open a new page which is not feasible.
We are using power bi service portal and reports will be published in apps.
Any workaround and solution will be appreciated as this is urgent functionality which is required by client
Thanks in advance
- johnnr8928 years agoRegular Visitor
Works if you use:
?chromeless=1&filter=
rather than
?chromeless=1?filter=