Forum Discussion

servicetagapp's avatar
servicetagapp
Frequent Visitor
5 years ago

Power Bi Embedded Dashboard - Filters

Hi,

I can show embedded dashboard in my webapp. I use Power Bi client for Java to get AccessToken and EmbeddedURL, then I use Power Bi client for Angular in order to embed report in gui.

 

I would like to apply some filters to embedded dashboard . In Power Bi Angular client the interface I use to set embedded dashboard config is IDasboardEmbeddedConfiguration (extends ICommonEmbeddedConfiguration) and it seems to support Filters. However, when i show embedded dashboard on my browser, filters are not correclty set: i can see all data.

 

Can someone tell me if this feature is supported and how can i make filters to work?

Thanks for support