Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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