The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have an MQTT broker and I need to connect the data from my server directly without having to go through some service like the Azure IoT Hub, Nub Hub and others.
@rcpehls you can connect with trough a MQTT broker and Node-red. Create a node to recieve the messagem and then parse it with a function node. Then just use a HTTP to the live dataset URL to send the JSON payload
@rcpehls,
There is no direct way to connect to MQTT Broker in Power BI. You would need to bridge MQTT Broker to other service such as Azure IoT, then import the data into Power BI. There is a blog about consume data on Azure IoT Hub into Power BI for your reference.
https://blogs.msdn.microsoft.com/uk_faculty_connection/2016/03/20/consuming-data-on-microsoft-azure-...
Regards,
Lydia