Loading...

Azure Resource Graph x Power BI is finally here!

Azure Resource Graph x Power BI is finally here!

Azure Resource Graph (ARG) team is proud to announce the Public Preview of our ARG Power BI Data Connector. Now, you can seamlessly transform your Azure Resource Graph queries into stunning visualizations within Power BI. Elevate your analytics game and make data-driven decisions with ease. 

 

Unlock the synergy of Azure Resource Graph and Power BI in Power BI Datasets (Desktop + Service), Power BI Dataflow and Fabric Dataflow Gen 2! This has been the most requested feature of Azure Resource Graph since 2020, and we are proud to finally put it in your hands.

 

Onboarding & First Time Users 

Before digging into specific clients, we ask that you recognize what the ARG Power BI Connector looks like:

 

AllanaHudson_0-1701111562480.png

 

 

Prerequisites 

 Capabilities Supported 

  • Import
  • Advanced options 
    • Scope by subscription(s) and/or management group(s) 

How to Connect to ARG from Power Query Desktop 

  1. In Get Data, select Azure Resource Graph, and then select Connect. 
  2. In Azure Resource Graph dialog box, fill in the query and any optional fields, such as Scope. Check here for sample ARG queries. 
  3. If this attempt is the first time you're connecting to this site, select Sign in and input your credentials. Then select Connect. 
  4. In Navigator, select the tables you require, then either load or transform the data. 

 

How to Connect to ARG from Power Query Online 

  1. In Choose data source, search for Azure Resource Graph, and then select Azure Resource Graph. 
  2. In Connect to data source, fill in the query and any optional fields, such as Scope. 
  3. Sign into your organizational account. 
  4. When you've successfully signed in, select Next. 
  5. In Choose data, select the data you require, and then select Transform Data. 

 

Learn more about connecting to the ARG Power BI connector and its additional capabilities here.

 

Scenarios 

The following sections below are some queries that you can visualize in Power BI to have more insight into your organization’s resources and governance state.

Power State Breakdown of all VMs

 

 

 

Resources | where type == 'microsoft.compute/virtualmachines' | summarize count() by tostring(properties.extended.instanceView.powerState.code)

 

 

 

 

 

List all non-compliance resources (based on your Azure Policy assignments) 

 

 

 

PolicyResources | where type == 'microsoft.policyinsights/policystates' | where properties.complianceState == 'NonCompliant' | extend NonCompliantResourceId = properties.resourceId, PolicyAssignmentName = properties.policyAssignmentName

 

 

 

 

 

View all tag keys and values across all resources, subscriptions, and management groups

 

 

 

ResourceContainers | where isnotempty(tags) | project tags | mvexpand tags | extend tagKey = tostring(bag_keys(tags)[0]) | extend tagValue = tostring(tags[tagKey]) | union ( resources | where isnotempty(tags) | project tags | mvexpand tags | extend tagKey = tostring(bag_keys(tags)[0]) | extend tagValue = tostring(tags[tagKey]) ) | distinct tagKey, tagValue | where tagKey !startswith "hidden-"

 

 

 

 

 

Reach Us & Stay Updated

Published on:

Learn more
Azure Governance and Management Blog articles
Azure Governance and Management Blog articles

Azure Governance and Management Blog articles

Share post:

Related posts

Azure Landing Zones - Policy Refresh Q1 FY25

ALZ - Policy Refresh Q1 FY25 is here! As you may be aware, the ALZ team release cadence is now on quarterly basis to help customers and partne...

1 year ago

Custom Policy- Reusable Logs Templates

Reusable Templates for Sending Logs to Log Analytics Workspace   Challenge:   When it comes to developing custom policies for sendin...

1 year ago

Enhancements to Azure Monitor Baseline Alerts for Azure Landing Zones

Introduction   Welcome to our latest blog post where we dive into a number of exciting new key updates, highlight the new portal accelera...

1 year ago

Introducing the Azure Policy Community Repo

Introducing the Azure Policy Community Repo   What is the Azure Policy Community Repo? The Azure Policy Community Repo is a collaborativ...

2 years ago

General Availability: Vaulted backups for Azure Blob Storage

We are excited to announce the general availability of vaulted backups for Azure Blob Storage. Vaulted backups can help you achieve complete p...

2 years ago

Azure Update Manager to support CIS hardened images among other images

What’s coming in by end of July 2024: Azure Update Manager will add support for 35 CIS hardened images. This is the first time that Update Man...

2 years ago

Mastering your cloud journey: Essentials to Innovating, Migrating and Modernizing, on Azure

We are living during a time of rapid growth in AI technologies and seeing cloud complexity increase as a result of those advanced workloads, w...

2 years ago

Public Preview Announcement: Azure Policy Built-in Versioning

Welcome to a new era of policy management, where policy definitions are more agile, adaptable, and accessible than ever before! We are thrille...

2 years ago

Announcing Azure Monitoring Agent support in Azure Landing Zones

Introduction   Hello and welcome to another blog post about Azure Landing Zones, the best practice framework for accelerating your cloud...

2 years ago

Announcing the General Availability of Change Actor

Change Analysis  Identifying who made a change to your Azure resources and how the change was made just became easier! With Change Analys...

2 years ago

Newsletter

Get the latest Dynamics 365 and Power Platform content in your inbox

A curated digest of community blogs, product news, videos, and podcasts — delivered without the noise.

Weekly updates Unsubscribe anytime Fresh community picks
We use your email only for the newsletter and you can unsubscribe at any time.
By subscribing, you agree to the privacy policy.