I have set filterPaneEnabled and navContentPaneEnabled to false but they are still appearing.
Additionally, I have set the pageName to the name of another page and does not work.
<PowerbiEmbedded id={this.props.id} embedUrl={this.props.url} accessToken={this.props.token} filterPaneEnabled={false} navContentPaneEnabled={false} pageName={this.props.page} embedType='report' tokenType={models.TokenType.Aad} width='1000px' height='900px' />
I have set filterPaneEnabled and navContentPaneEnabled to false but they are still appearing.
Additionally, I have set the pageName to the name of another page and does not work.
<PowerbiEmbedded id={this.props.id} embedUrl={this.props.url} accessToken={this.props.token} filterPaneEnabled={false} navContentPaneEnabled={false} pageName={this.props.page} embedType='report' tokenType={models.TokenType.Aad} width='1000px' height='900px' />