Software Metering NQL examples
Querying the software metering data
NQL data structure
Timeframe alignment between Software Metering and other tables in NQL
software_metering.events from 2025-08-04 00:00:00 to 2025-08-08 10:00:00
| where application.name == "Firefox"
| summarize number_of_users = user.count()Examples of NQL queries
Last updated
Was this helpful?