Forum Discussion
Combining streaming and historical data on one dashboard
Hello everyone!
I have a dataset that is created by the Azure Streaming Analytics task. And I have historical data in Azure Synapse Analytics.
I need to make a Power BI dashboard that will have streaming and historical data together.
What's the best way to do this?
For example, import all purchases until 00.00, and stream the purchases of the current day. And display 3 columns in one table - Customer, Amount of purchases, Amount of today's purchases
Currently your only option is a hybrid streaming dataset with history enabled. Any "enrichment" needs to be part of the pushed rows.
5 Replies
- lbendlinSuper User
At the moment you cannot combine a streaming dataset with other sources. Microsoft had mentioned at Ignite that they have plans to enable that later.
- AnonymousNot applicable
Thanks for the answer lbendlin !
In this case, what is the best way to solve the problem?
I think it is possible to enrich streaming data through reference values in the Azure Stream Analytics task.- lbendlinSuper User
Currently your only option is a hybrid streaming dataset with history enabled. Any "enrichment" needs to be part of the pushed rows.