Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorradu committed Jan 13, 2023
2 parents 48cf594 + f756e02 commit 9b0ea5d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# powerbi-azure-resource-graph-connector
# Azure Resource Graph Connector for Power BI

Build any query in Azure Resource Graph Explorer and use it in Power BI reports

Example usage in Power Query:
```javascript
let
Source = AzureResourceGraph.Contents("972bf231-2ce4-...", "Resources | limit 5")
in
Source
```

0 comments on commit 9b0ea5d

Please sign in to comment.