Queries for the ProjectActivity table

For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.

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