Last active
January 4, 2017 23:24
-
-
Save WilliamBerryiii/c3d6e4e87d4507ffe02cb6327eb31ab3 to your computer and use it in GitHub Desktop.
Azure IoT Hub Modbus Demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
Cast (DataTimestamp as datetime) as datetimestamp, | |
device_type, | |
(Cast(address_30002 AS float) / 65535 * 100) as cnt | |
INTO | |
[power-bi] | |
FROM | |
[iot-hub] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment