Power BI—High contrast mode for embedded reports now available
Published date: February 18, 2020
Set your embedded Power BI reports to use a high contrast theme to enable users who may have visual or physical impairments to benefit from your reports.
To set high contrast mode, simply add a single parameter to the embed configuration of your application.
var embedConfig = {
…
contrastMode: models.contrastMode.HighContrast1
};