Forum Discussion

zishanmansuri's avatar
zishanmansuri
New Member
3 years ago
Solved

IoT Solution

Hello, Community, We have an IoT device that sends data every 5 second with 250 fields. We need to show real time dashboard in th BI and also keep the data for 3 years for compliance purpose. Now it...
  • TomMartens's avatar
    3 years ago

    Hey zishanmansuri ,

     

    I assume that you are facing three challenges

    • capturing the incoming data
    • storing the incoming data
    • analyzing the data

    You can consider Azure IoT Hub for the capturing, Azure Data Explorer for the storage, and Power BI for the data visualization/analysis.

     

    You can use Azure Stream Analyis to "move" the incoming data from the IoT hub to Azure Data Explorer and at the same time the most recent events into Power BI streaming dataset.

     

    Regards,

    Tom