Forum Discussion
xmark
7 years agoHelper I
Fast moving data in Power BI embedded
Hi all, I have a solution that I am trying to design to support Power BI embedded (app owns data for ISV), and fast moving data. I cannot use push data sets unfortunately, since they dont sup...
zoloturu
7 years agoMemorable Member
Hi xmark,
In Javascript SDK you have two options:
1) Reload (it will reload iframe)
2) Refresh (it is similar to refresh button in PBI Desktop)
js sdk
Microsoft Javascript Example - https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html#
Regards,
Ruslan
-------------------------------------------------------------------
Did I answer your question? Mark my post as a solution!