Access Microsoft 365 monthly usage reports via API

Seachad 1 Reputation point
2020-11-24T13:58:57.577+00:00

Desde el API de graph es posible acceder a diferentes informes de actividad pero solo de los últimos 7 a 180 días

¿ Como podría acceder a los informes mensuales de actividad via API ? Necesitaría acceder a los mismos datos que se accede desde powerBI

Gracias


Translated from Spanish to English:

From the graph API it is possible to access different activity reports but only for the last 7 to 180 days

How can I access the monthly activity reports via API? You would need to access the same data that is accessed from powerBI

Thank you

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,588 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Seachad 1 Reputation point
    2020-11-25T11:02:48.487+00:00

    Hello,

    I would like to access to the same reports that I can obtain from the power bi adoption pack, that are the following ones

    TenantClientUsage
    TenantMailboxUsage
    TenantO365GroupsActivity
    .....

    42610-adoption-pack-reports.png

    Y can obtain this reports from powerquery using the odata conector -> OData.Feed("https://reports.office.com/pbi/v1.0/" & TenantID,null,[ODataVersion=4])

    But I would like to obtain the same information using an API conecction

    Best regards

    Luis

    0 comments No comments