Forum Discussion
Delay in applying filter in embedded
Step by step to see this delay, since this Angular demo default filter doesn't work and javascript demo have no interface way to do that:
- Access this demo: https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html
- Click on "Embed Report"
- Open console from your browser
- Execute this function: _Embed_EmbedWithDefaultFilter()
- There we are the 0.5 seconds that affects directly the client data confidence
Come on.. we are already defining the default filter BEFORE to create the object. We know this daley can be fixed.
We are trying to do a workaround to use the same report for more than one client. Otherwise it will be impossible to managing that. Pleaseee, provide parameters for powerbi service! :smileyhappy:
Hey nirajdubey this link really save my life :) I'm not sure if it is applied for SASS
https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-embedded-rls/
ONE line difference and a small adjustment on power bi desktop.
Also, they updated the sample https://github.com/Microsoft/PowerBI-Developer-Samples/tree/master/App%20Owns%20Data
Enjoy