Hi @Sanjay Phatige,
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
To integrate Azure API Management (APIM) analytics reports into an Azure Dashboard, you can follow these steps:
- Configure Diagnostic Settings:
- In the Azure portal, navigate to your APIM instance.
- Go to Monitoring > Diagnostic settings.
- Add a new diagnostic setting and select the logs you want to send to a Log Analytics workspace.
- Create a Log Analytics Workspace:
- If you don’t have one, create a Log Analytics workspace in the same or a different subscription.
- Ensure the workspace is configured to receive logs from your APIM instance.
- Access the Analytics Dashboard:
- In the Azure Poral, navigate to your APIM instance.
- Under Monitoring, select Analytics.
- Use the dashboard to analyze data across various dimensions like Timeline, API, Operations, Products, Subscriptions, Users and Requests.
Please refer the below link for reference:
https://learn.microsoft.com/en-us/azure/api-management/howto-use-analytics
If you find this answer helpful, please click "Accept Answer" and kindly upvote it.