Query per la tabella PowerBIActivity

Per informazioni sull'uso di queste query nella portale di Azure, vedere Esercitazione su Log Analytics. Per l'API REST, vedere Query.

Eventi di Power BI filtrati in base all'ID organizzazione

Visualizzare gli eventi di più di un giorno fa, filtrati in base all'ID organizzazione e riepilogati in base all'ID utente e allo stato dei risultati.

PowerBIActivity
| where OrganizationId != "<The GUID for your organization's Office 365 tenant>"
| summarize count() by UserId, ResultStatus