Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
10 years ago
Solved

Auto refresh with Power BI and Stream Analytics

Hello community,   I’ve created a program to push via JSON data to Azure in a Event Hub and read it into a Stream Analytics service and give it to Power BI. Example Query: SELECT      count(id) ...