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 August 31st. Request your voucher.
Hi all,
We have a lot of IoT devices installed.
Some will not send data to cloud due to contact problem/configuration problem.
IoT ID | Voltage | Current | timestamp |
1 | 1 | 2 | 19.01.2023 |
2 | 1 | 2 | 19.01.2023 |
3 | 2 | 2 | 19.01.2023 |
4 | 19.01.2023 | ||
5 | 19.01.2023 | ||
1 | 1 | 2 | 20.01.2023 |
2 | 2 | 2 | 20.01.2023 |
3 | 1 | 2 | 20.01.2023 |
4 | 20.01.2023 | ||
5 | 20.01.2023 |
I would like to have
1. a list of ID (in this case ID 4 and 5) of those IoT devices and count number of IoT devices which is not sending data to cloud
2. exclude those ID numbers in calculation to have better efficiency.
if I do intergral of battery current, I can exclude ID 4 and 5 to save computing data and time.
Thanks in advance!
Best regards
Solved! Go to Solution.
@reynold522 if it is not correct so please share table formate output so we can understand your requirment of output.
thank you for your question
e.g., count number of points with voltage<2 from each IoT ID.
Thanks in advance!
sorry for confusion.
number of rows with voltage <2V
@reynold522 if it is not correct so please share table formate output so we can understand your requirment of output.
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
34 | |
15 | |
12 | |
7 | |
6 |