Hi All,
I need help in creating multiple device dashboard using powerbi.
Let's say i provision a device on azure IOTHub, and after successful registration. Registered device must be populated in power bi dashboard.
Hi All,
I need help in creating multiple device dashboard using powerbi.
Let's say i provision a device on azure IOTHub, and after successful registration. Registered device must be populated in power bi dashboard.
Hi @pradeep-7154,
Just checking in to see if the below suggestion was helpful. If it answers your query, please do click “Accept Answer” and/or Up-Vote, as it might be beneficial to other community members reading this thread. And, if you have any further query do let us know.
We still have not heard back from you. Just wanted to check if the below suggestion was helpful? If it answers your query, please do click “Accept Answer” and/or Up-Vote, as it might be beneficial to other community members reading this thread. And, if you have any further query do let us know.
Hello @Pradeep-7154,
PowerBI is a great solution for showing telemetry coming from devices.
The easiest way is to make use of Azure Stream Analytics to send incoming IoT Hub messages to PowerBI.
First, create a Stream Analytics resource and add an input that picks up messages from the IoT Hub.
Next, add an output that is connected to your PowerBI account.
Finally, add an ASA query that handles the messages.
Also, check out this MS Learn module that connects IoT Central to PowerBI. Once those messages are exported to Azure, the solution is compatible.
12 people are following this question.