共用方式為


PowerAppsActivity 數據表的查詢

Power Apps 事件篩選的活動類型

顯示來自一天前的事件,依應用程式啟動活動事件進行篩選,並依使用者標識碼、應用程式和環境摘要顯示。

PowerAppsActivity
| where EventOriginalType == "LaunchPowerApp"
| extend Environment = tostring(AdditionalData.environmentName)
| summarize count() by ActorName, TargetAppName, Environment