Forum Discussion
Plotting multiple points in one single event
Hi AFdez,
You may use restful api to get steam data from azure stream analytics, for details, please refer to:
https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-power-bi-dashboard
Regards,
Jimmy Tao
First of all, thank for your answer.
Anyway, I think you didn't understand me very well, I think I was not clear enough... my fault.
Let me explain again:
From azure, in every event, I send one array of 10 elements, and each element is an object with readable data to be plotted by powerbi. The problem is that so far, the powerbi only recognize the data inside the first object of the first element every time I send an event.
Let's say that I want to plot voltage vs time, then until now, I can plot one voltage value in every event sent, that is OK.
But now I send 10 voltages values vs their timestamps at one time (one event) and I'd like to plot them in real time.
I hope that serves.
Regards, Alex