How to create powerBi dashboard for multiple devices automatically?

Pradeep 1 Reputation point
2021-07-19T10:33:58.21+00:00

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.

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,115 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
330 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde 28,236 Reputation points MVP
    2021-07-19T16:14:10.847+00:00

    Hello @Pradeep ,

    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.

    0 comments No comments