NQL as()
デバイス
| 集計 total_cost = count() * 2000
| リスト total_cost.as(形式 = 通貨, コード = USD)
フォーマッター
単位
例のクエリ
Last updated
Was this helpful?
デバイス
| 集計 total_cost = count() * 2000
| リスト total_cost.as(形式 = 通貨, コード = USD)
Last updated
Was this helpful?
Was this helpful?
デバイス_パフォーマンス.イベント 過去1日間
| where device.operating_system.platform = macos
| where hardware.type == laptop
| 集計 推定消費エネルギー = ((8 * 0.070) * device.count())
| リスト 推定消費エネルギー.as(形式 = エネルギー)devices
| where hardware.type = laptop or hardware.type = desktop
| summarize no_of_devices = (count()^1) * 422.5
| list no_of_devices.as( format = weight )デバイス
| 集計 total_cost = count() * 2000
| リスト total_cost.as(形式 = 通貨, コード = USD)デバイス
| 集計 total_cost = count() * 2000
| リスト total_cost.as(形式 = 通貨, コード = EUR)デバイス
| with 実行.クラッシュ
| 集計 影響を受けたデバイス = countif(operating_system.name == "Windows 10 Pro 22H2 (66 bits)")/count()
| リスト 影響を受けたデバイス.as(形式 = パーセント)接続性.イベント 過去30日
| where primary_physical_adapter.type == wifi
| where wifi.signal_strength.avg <= -67 or (context.device_platform == "macOS" and wifi.noise_level.avg >= -80)
| 集計 平均受取レート = wifi.receive_rate.avg()
| リスト 平均受取レート.as(形式 = ビットレート)