Forum Discussion
Rob
9 years agoFrequent Visitor
Combine real time data streaming with local data in Power BI online
Hello, I am sorry if this question has been solved already, I couldn't find anything about it. I have a real time data streaming coming from Stream Analytics to Power BI Online. However, I w...
Greg_Deckler
Community Champion
9 years agoWhat I would look at doing would be to feed the data up to an Azure Event Hub and then pipe it over to Azure Stream Analytics and combine the data there, then feed that combined data over to Power BI.
Rob
9 years agoFrequent Visitor
Thank you for your answer.
I tried what you told me to do and I combined the data before sending it to Power BI Online. I can see the data of the reference data appearing but there is nothing in the table (the streaming data one still has its data like usual). My query is a simple join between 2 sets of data but I cannot see where it goes wrong...