A Power BI Report connected to the Graph API. Note: The data connection is set to Anonymous and the queries contains the HTTPS POST/GET request to authenicate with the TenantId/ClientId/ClientSecret
This report contains a data query which connects to the Graph API and query the following from the API:
If you want to connect this report to your own tenant, you will need to create an app registration and grant it the following API Permissions.
Add an Application Permission to Graph API's and Select ServiceMessage.Read.All + ServiceHealth.Read.All - Admin Consent Required.
Download the PBIX report and update the queries (i.e. O365Token, CurrentStatus, MessageCenter, Services. Incidents).
You only need to update the tenant id, client id and client secret where applicable.
A Power BI Report to connect Service Communication API data stored in SharePoint Online. This requires the implementation of a Flow with premium connector to get data from the tenant.