An open API service indexing awesome lists of open source software.

https://github.com/tcorcor1/dataverse-analytics

Creating Dataverse/Dynamics 365 usage analytics dashboards with Azure Application Insights pageView data
https://github.com/tcorcor1/dataverse-analytics

azure-application-insights azure-functions dotnet-core dynamics-365 power-bi

Last synced: 3 months ago
JSON representation

Creating Dataverse/Dynamics 365 usage analytics dashboards with Azure Application Insights pageView data

Awesome Lists containing this project

README

          

# dataverse-analytics

- [Summary](#summary)
- [Demo](#demo)
- [Technologies](#technologies)
- [Network](#network)

### Summary

**:pushpin: For a detailed walk through outlining all set up steps please see my blog post: [Collecting Dataverse Usage Analytics and Reporting with Power BI](https://tldr-dynamics.com/blog/dataverse-analytics)**

My goal was to create a 'Google Analytics-esque' dashboard based off Dynamics 365 pageView data. This pageView data is available once connecting Azure Application Insights to Dataverse/Dynamics 365.

We will create a scheduled function that will query our Application Insights instance daily and load CSVs into blob storage.

Power BI then transforms the data and provides the visualizations in order to make an interesting usage reporting tool.

### Demo



### Technologies

- Dynamics 365 / Dataverse
- .NET 6
- Azure
- App Service
- Functions
- Key Vault
- Application Insights
- Blob Storage
- Power BI

### Network