Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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

  • lbendlin's avatar
    lbendlin
    4 years ago

    Currently your only option is a hybrid streaming dataset with history enabled. Any "enrichment" needs to be part of the pushed rows.

5 Replies

  • 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.

    • Anonymous's avatar
      Anonymous
      Not 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.

      • lbendlin's avatar
        lbendlin
        Super User

        Currently your only option is a hybrid streaming dataset with history enabled. Any "enrichment" needs to be part of the pushed rows.