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 Mar 31, 2023
2 parents dfdede3 + 13f5631 commit 16b5618
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
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-...", "Commercial", "Resources | limit 5")
Source = AzureResourceGraph.Contents("Subscription", "972bf231-2ce4-...", "Commercial", "Resources | limit 5")
in
Source
```
Expand Down

0 comments on commit 16b5618

Please sign in to comment.