In Data Explorer of IOT Central, the "Group by" does not contain the Telemetry fields

Azure Security 0 Reputation points
2023-11-25T14:34:50.3966667+00:00

Hello,

In Data Explorer of IOT Central, i dont see the Telemetry fields under "Group by".

i want to do Groupby on below Telemetry with groupby of press_count by button_name .

any idea?

thank you

Suheil

Telemetry name:SW0/SW1 button push event

{
    "button_event": {
        "button_name": "SW2",
        "press_count": 16
    },
    "_eventtype": "Telemetry",
    "_timestamp": "2023-11-25T03:45:23.315Z"
}


Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
355 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Dom 1,556 Reputation points Microsoft Employee
    2023-11-27T10:12:20.63+00:00

    The Data Explorer in IoT Central only lets you use "Group By" on property fields, not telemetry. For more complex queries, you can use the Data Export feature in IoT Central - for example, you can export telemetry to Azure Data Explorer and build a query there, or use Power BI.

    0 comments No comments