Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
daveParso
Frequent Visitor

Live log analytics data in power BI web

I am working with the power BI embedded and have managed to get a working web app with this technology, however I'm running into issues with the fact that because we are pulling data from azure log analytics with the newly added queries power BI web only seems to be able to update these 8 times a day. Is there a way to create an appsource or something similar that would keep the data in power BI live while still being based entirely in the cloud, so that I could subsequently keep the data in my web app live by simply refreshing the iframe reports and dashboards are embedded in.

2 REPLIES 2
Eric_Zhang
Microsoft Employee
Microsoft Employee


@daveParso wrote:

I am working with the power BI embedded and have managed to get a working web app with this technology, however I'm running into issues with the fact that because we are pulling data from azure log analytics with the newly added queries power BI web only seems to be able to update these 8 times a day. Is there a way to create an appsource or something similar that would keep the data in power BI live while still being based entirely in the cloud, so that I could subsequently keep the data in my web app live by simply refreshing the iframe reports and dashboards are embedded in.


@daveParso

The only realtime features in Power BI are Real-time streaming and DirectQuery. In your case, maybe you could garb the log analytics data via correlated REST API and push the data to Power BI via Push dataset in Real-time streaming link. Also do note the Push dataset REST API limitation in that link.

So I understand how creating a web app that embeds power BI reports interacts with power BI but once ive registered an app that say does what you suggested how do i actually go about linking the code to a power BI streaming dataset. Thankyou for the help so far

 

Edit: as I believe I understand things a little more now i guess I should clarify. I want to know how I would host this application in the cloud as we are trying to cut hardware out of the solution and so cant just have the application running on a machine to keep the information up to date

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors