Forum Discussion
How to remove blue outline from embedded report?
The JavaScript Power BI client source code is a simple/thin API layer that allows applications to communicate with the underlying Power BI content.
Most of the visual content is delivered through closed-source API requests, so I don't think that the markup/css changes required could be done within the JavaScript client code (unfortunately).
Ok - that is pretty bad news 😢
So the only option is to submit this as a feature request / idea...
- Anonymous6 years agoNot applicable
Yeah. I had been tempted to raise a support call in the past.
But this is clearly 'by design' and cannot be considered a bug/support issue.
- jppp6 years ago
Continued Contributor
Realize that this border is part of the accessibility (a11y) effort Microsoft has put into the product and enables to option to use screenreaders e.g.
To me a better option is to embrace a11y and include a11y in your own app.
Just my 2 cents.
-JP
- alexbjorlig6 years ago
Helper IV
That's a fair point, and a11y efforts are important.
But putting a big blue border around something that is supposed to look "embedded", is not ok.
Let me quote from the power bi embedded webpage:
"Quickly and easily provide customer-facing reports, dashboards, and analytics in your own applications by using and branding Power BI as your own"
"as your own" is not really possible, when a giant blue border appears as soon as the user clicks outside an embedded report 🤓