Update
Hi @Surendra Pratap Singh Usage reports for specific Microsoft 365 apps are currently not documented to be available. We can submit a feature request here to Microsoft. :)
Hi @Surendra Pratap Singh In Microsoft 365 there are many usage reports that are available to be retrieved in CSV file format via Microsoft Graph. Using Microsoft Graph API, we can access Microsoft 365 usage reports resources to get information about how people in your business are using Microsoft 365 services. A list of all the current reports usage reports available can be found on the Microsoft Graph – M365 Usage Reports section. We also can upload these reports to SharePoint via Microsoft Graph API.
- Create App Registration in your Azure AD and add the following Microsoft Graph permission
Reports.Read.All
.
- Create Flow in Power Automate to download M365 reports. We can use Power Automate to download M365 usage reports.