Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions copilot-analytics-samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The following table summarizes the available samples within this directory. Plea
| [Copilot-PurviewAudit-PBI-Report](./Copilot_Audit_PBI/) | Offers a Power BI template designed to visualize granular Copilot usage 🔍 based on specific audit events captured in Microsoft Purview. Helps track frequency and types of Copilot interactions across supported M365 applications (subject to audit log configuration and availability). | Microsoft Purview Audit Logs 🛡️ |
| [Copilot-Usage-Users-and-Apps](./copilot-usage-users-and-apps/) | Offers a Power BI template designed to show how a Viva Insights Person Query export can be used to visualize user and application data in PowerBI. Helps visualize where additional training investments may be needed in order to help increase license utilization. | Microsoft Viva Insights (Advanced Insights Analyst Workbench) 🧠 |
| [Copilot-Interaction-Report (PowerShell)](./copilot-interaction-report/) | A PowerShell sample that pulls Microsoft 365 Copilot **enterprise interaction history** directly from the Microsoft Graph API and renders a self-contained **HTML dashboard** (no Power BI required) — surfaces used, top users, friction/error rates, prompt-intent breakdown, and a sortable per-user leaderboard. 🖥️ | Microsoft Graph (`getAllEnterpriseInteractions`) 🔌 |
| [Copilot Analytics Reports Navigator](./copilot-analytics-reports-navigator/) | An interactive guide for comparing 21 documented Microsoft reports and 22 public community projects by purpose, metrics, access location, data timing, and documented release status. | Public Microsoft documentation and public community project pages |

## General Prerequisites 📋

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

All notable changes to the Copilot Analytics Reports Navigator are documented here.

## 1.0.0 - 2026-09-11

- Added a self-contained interactive navigator covering 21 documented Microsoft reports and 22
public community projects.
- Added comparison details for reporting purpose, metrics, access location, data timing, and
documented release status.
- Clarified that the navigator does not query a tenant, connect to reporting data, or imply that
every listed report is generally available.
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
---
title: "Copilot Analytics Reports Navigator"
type: analytics
category: "Interactive"
summary: "Compare 21 Microsoft reports and 22 public community projects by purpose, metrics, location, timing, and release status."
author:
- "Alejandro Lopez"
version: 1.0.0
published: 2026-09-11
updated: 2026-09-11
tags:
- copilot
- analytics
- reporting
- adoption
format: interactive
interactiveKind: guide
preview: preview.webp
featured: false
status: active
whatItIs: >-
A self-contained interactive navigator for comparing 21 documented Microsoft reports and
22 public community projects related to Microsoft Copilot analytics and reporting.
whyUseIt:
- "Find reports by the questions they answer, the metrics they include, where they are accessed, and when their data becomes available."
- "Compare documented Microsoft reports with public community projects without treating every item as generally available."
- "Review public preview and verify-status labels before choosing a reporting approach."
howToUse: |-
1. Open the published navigator or download `index.html` and open it in a modern browser.
2. Use the question picker, search, or available filters to find relevant reports.
3. Open the linked public documentation or project page to confirm current availability and requirements.
4. Use the navigator as a selection guide; it does not query a tenant or connect to reporting data.
prerequisites:
- "Modern web browser"
- "Access to the products, roles, licenses, and data sources required by any report you choose to use"
---

# Copilot Analytics Reports Navigator

The Copilot Analytics Reports Navigator is a self-contained browser guide for finding and comparing
Microsoft Copilot analytics reports. It covers 21 reports documented by Microsoft and 22 public
community projects.

The navigator helps readers compare what each report is for, which metrics it includes, where it is
accessed, when its data becomes available, and its documented release status. Public preview and
verify-status labels are shown where appropriate. Not every listed report is generally available.

The navigator is a reference and selection guide. It does not sign in, query a tenant, connect to
reporting data, or collect user information.

## Use the navigator

1. Open the published interactive navigator or download and open [`index.html`](./index.html) in a
modern browser.
2. Browse or filter the catalog based on the reporting question you need to answer.
3. Compare the listed metrics, access location, data timing, and release-status notes.
4. Follow the linked public documentation or community project page to confirm current
availability, licensing, permissions, and setup requirements before implementation.

Product availability, report names, metrics, portal locations, licensing, and release status can
change. Verify current details in the linked public source before making a production decision.

## Applies To

- Microsoft 365 Copilot
- Microsoft Copilot analytics and adoption reporting
- Microsoft 365 admin center
- Viva Insights
- Microsoft Purview
- Public community reporting projects

## Author

| Author | Original Publish Date |
| --- | --- |
| Alejandro Lopez | 2026-09-11 |

## Version history

See [CHANGELOG.md](./CHANGELOG.md).

## Issues

Please report any issues you find to the [issues list](https://github.com/microsoft/FastTrack/issues).

<!-- DO NOT DELETE OR ALTER THE SECTIONS BELOW. -->

## Support Statement

The scripts, samples, and tools made available through the FastTrack Open Source initiative are
provided as-is. These resources are developed in partnership with the community and do not represent
official Microsoft software. As such, support is not available through premier or other Microsoft
support channels. If you find an issue or have questions please reach out through the issues list and
we'll do our best to assist, however there is no associated SLA.

## Code of Conduct

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

## Legal Notices

Microsoft and any contributors grant you a license to the Microsoft documentation and other content
in this repository under the [MIT License](../../LICENSE), and grant you a license to any code in the
repository under the [MIT License](../../LICENSE-CODE).

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the
documentation may be either trademarks or registered trademarks of Microsoft in the United States
and/or other countries. The licenses for this project do not grant you rights to use any Microsoft
names, logos, or trademarks. Microsoft's general trademark guidelines can be found at
http://go.microsoft.com/fwlink/?LinkID=254653.

Privacy information can be found at https://privacy.microsoft.com/en-us/

Microsoft and any contributors reserve all others rights, whether under their respective copyrights,
patents, or trademarks, whether by implication, estoppel or otherwise.
Loading
Loading