The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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