How to: Azure DevOps Service health using maps in Power BI

Vinicius Moura
2 min readApr 8, 2021

Based on the Azure DevOps Service Health status page, I created a new visualization using maps in Power BI

This report is based on the Azure DevOps Service Health status page. The idea here was to create a new visualization using the maps in Power BI. Follow the steps below to create this report:

  1. Open Power BI and select “Get data”. Select “Web” Data Source:

2. Put it on URL text the address below. The API Health is available on Azure DevOps Services Rest API documentation.

https://status.dev.azure.com/_apis/status/health?api-version=6.1-preview.1

4. After processing this URL, Power BI will show all information about Azure DevOps Service Status:

4. The final version of this report is available on GitHub Repository. On this report is shown information about Regions, services, and status. In the example below, it’s possible to check the current status of each service in the region of Brazil.

--

--