Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 743 Bytes

projectactivity.md

File metadata and controls

28 lines (18 loc) · 743 Bytes
title description ms.topic ms.service ms.author author ms.date
Example log table queries for ProjectActivity
Example queries for ProjectActivity log table
reference
azure-monitor
edbaynash
EdB-MSFT
02/18/2024

Queries for the ProjectActivity table

MS Project events filtered by organization ID

Display events from more than one day ago, filtered by organization ID and summarized by user ID and result status.

ProjectActivity
| where OrganizationId != "5b5a146c-eba8-46af-96f8-e31b50d15a3f"
| summarize count() by UserId, ResultStatus