Forum Discussion
Publishing real time report to web
Hi
I am trying to develop a real time (or near real time) device monitoring solution with IoT Hub.
I was able to do that with Power Bi dashboard by directing stream analytics output to Power Bi.
Now I want to monitor my device through a web site. But once I use the Publish to web feature in the power Bi they are no longer real time. Is it possible to do that?
Can I do that by using Direct Query and sql database?
McGayan if you have a report that uses directquery to sql server then you can use that via publish to web. so when you publish to web and any user that interacts with report will send query back to the data source.
2 Replies
- ankitpatiraCommunity Champion
McGayan if you have a report that uses directquery to sql server then you can use that via publish to web. so when you publish to web and any user that interacts with report will send query back to the data source.
- willTangFrequent Visitor
After you create your Publish to web embed code and share it, the report is updated with any changes you make. However, it’s important to know that it can take a while for update to be visible to your users. it can take approximately one hour before changes are reflected in the version of the report viewed by your users.