Skip to content

Commit 988beb6

Browse files
authored
Update README.md
1 parent 31590a7 commit 988beb6

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Using Power BI with GitHub Copilot Metrics API
2-
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 monitors usahe against their KPIs. For many, the Copilot Metrics Viewer ([github-copilot-resources/copilot-metrics-viewer](https://github.com/github-copilot-resources/copilot-metrics-viewer)) might be a great option.
2+
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 many, the Copilot Metrics Viewer ([github-copilot-resources/copilot-metrics-viewer](https://github.com/github-copilot-resources/copilot-metrics-viewer)) might be a great option.
33

44
However, many organizations that we work with already have established Power BI teams. If your organization is **already using Power BI, please read on**
55

@@ -8,7 +8,7 @@ Located in the `./samples` directory you'll find sample JSON and PBIX files use
88
![Image of a Power BI dashboard with GitHuub Copilot Metrics API data displayed.](https://github.com/jasonmoodie/pbi-4-ghcopilot/blob/main/assets/Sample_PBI.png)
99

1010
## Modify the data source
11-
> 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.
11+
> 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.
1212
1313
1. Download and open the sample `GitHub Copilot - Telemetry Sample (DM).pbix` file
1414
2. The file contains three data sources on the right hand side.
@@ -19,15 +19,14 @@ Located in the `./samples` directory you'll find sample JSON and PBIX files use
1919
| GH Copilot - Summary | Daily summary of metrics data. |
2020
| Last Refresh | Used to display the data time of data refresh on the top-right corner of the dashboard. |
2121

22-
3. Open the Power Query Editor by right clicking the `GH Copilot - Details` and selecting **Edit query**.
23-
4. Modify the **Source** step by click the setting icon, selecting your JSON file and clicking **OK**.
22+
3. Open the **Power Query Editor** by right clicking the `GH Copilot - Details` and selecting **Edit query**.
23+
4. Modify the **Source** step by clicking the settings icon, selecting your JSON file and clicking **OK**.
2424
![Image of a data source selector in Power Query Editor.](https://github.com/jasonmoodie/pbi-4-ghcopilot/blob/main/assets/Modify_JSON_source.png)
25-
5. Repeat steps 3 and 4 for the `GH Copilot - Summary` Source.
26-
6. Click **Close and Apply** in the top-left of the Power Query Editor.
27-
7. On the Report View page click **Refresh** to load the new data into your dashboard.
25+
5. Repeat steps 3 and 4 for the `GH Copilot - Summary` **Source**.
26+
6. Click **Close and Apply** in the top-left of the **Power Query Editor**.
27+
7. On the **Report View** page click **Refresh** to load the new data into your dashboard.
2828
8. **Happy Customizing!**
2929

3030

3131

3232

33-

0 commit comments

Comments
 (0)