microsoft / powerbi-client-react

Power BI for React which provides components and services to enabling developers to easily embed Power BI reports into their applications.
MIT License
310 stars 99 forks source link

Embedded power BI iframes don't do not have accessible names #33

Closed jimmy3912msncom closed 3 years ago

jimmy3912msncom commented 3 years ago

I have a power BI report that I am embedding on our web page. The custom visual and the report itself are iframes. Our accessibility team used accessibility insights for web version 2.23.0 and detected that we violated the frame-title rule where there is no accessible name in the iframes.

We tried updating to the latest powerbi-client-react version 1.3.1 but the issues persists.

See below for the screenshot including the accessibility details.

The right hand bang error is for the overall iframe and the left hand hang error is for the custom visual in our Power BI report.

image

jimmy3912msncom commented 3 years ago

This seems to be an issue with the Power BI service which they seem to be addressing so closing the issue