Forum Discussion
Is Streaming Data the answer to my event driven data analytics?
Hi mattlightc3,
If you want to get real-time data, I think you could try to use real-time streaming, it won't store in PowerBI permanently, it just store temporarily for one hour for rendering visual and it has data limit. You could refer to Real-time streaming in Power BI .
You might need to create job like your link and refer to in by querying in custom stream data.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks Zoe for your answer, I guess I'm asking if real-time streaming is what I want. Specifically ESP (Event Stream processing) is what I'm thinking about - where a data event happens and it is processed immediately but it might not be producing data all the time. My confusion is whether real-time streaming is basically just a channel where data that drops in is dealt with (aggregated, calculated, refreshed query or calculation) immediately or if it is for producing a multitude of data records that may or may not change in content.
Hope that makes sense