You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
# Using Power BI with GitHub Copilot Metrics API
1
+
# GitHub Copilot Metrics Viewer for Power BI
2
+
2
3
With the release of the [GitHub Copilot Metrics API](https://github.blog/changelog/2024-04-23-github-copilot-metrics-api-now-available-in-public-beta/) many teams are looking to leverage this data to help monitor usage against their KPIs. For some, the Copilot Metrics Viewer ([github-copilot-resources/copilot-metrics-viewer](https://github.com/github-copilot-resources/copilot-metrics-viewer)) might be a great option.
3
4
4
5
However, many organizations that we work with already have established Power BI teams. If your organization is **already using Power BI, please read on!**
@@ -7,7 +8,9 @@ Located in the `./samples` directory you'll find sample JSON and PBIX files use
7
8
8
9

9
10
10
-
## Modify the local JSON data source
11
+
## Setup
12
+
13
+
### Test: Modify the local JSON data source
11
14
> Note: This example provided a proof of concept for loading metrics data and requires an exported JSON file. If you have access to the REST API you can configure the **Source** accordingly.
12
15
13
16
1. Download and open the sample `GitHub Copilot - Telemetry Sample (DM).pbix` file.
@@ -27,7 +30,7 @@ Located in the `./samples` directory you'll find sample JSON and PBIX files use
27
30
8. On the **Report View** page click **Refresh** to load the new data into your dashboard.
28
31
9.**Happy Customizing!**
29
32
30
-
## Connect to Metrics API
33
+
###Connect to Metrics API
31
34
> Notes: The REST API provides metrics for the previous 28 days and is refreshed daily with data from the previous day. This is currently in beta, so please ensure you are using the latest version of the [REST API](https://docs.github.com/en/rest/copilot/copilot-usage).
32
35
33
36
In order to connect we'll need to generate a token and link to your metrics data:
@@ -75,6 +78,10 @@ In order to connect we'll need to generate a token and link to your metrics data
75
78
## Publishing
76
79
If you need help deploying or publishing this script, please see: [Publish README](/publish/README.md)
77
80
81
+
## Maintainers
78
82
83
+
@jasonmoodie, @Eldrick19
79
84
85
+
## Support
80
86
87
+
These are just files for you to download and use as you see fit. If you have questions about how to use them, please reach out to the maintainers, but we cannot guarantee a response with SLAs.
0 commit comments