File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,18 +95,18 @@ fab api -A azure subscriptions/00000000-0000-0000-0000-000000000000/providers/Mi
9595
9696Interact with the [ Power BI REST API] ( https://learn.microsoft.com/rest/api/power-bi/ ) using the Power BI audience for legacy Power BI operations.
9797
98- ### Get Datasets in a Workspace
98+ ### List Power BI groups
9999
100- Retrieve all datasets within a specific Power BI workspace .
100+ List all accessible Power BI workspaces .
101101
102102```
103- fab api -A powerbi groups/00000000-0000-0000-0000-000000000000/datasets
103+ fab api -A powerbi groups
104104```
105105
106- ### List Power BI groups
106+ ### Get a Workspace details
107107
108- List all accessible Power BI workspaces .
108+ Retrieve Power BI workspace details .
109109
110110```
111- fab api -A powerbi groups
112- ```
111+ fab api -A powerbi groups/00000000-0000-0000-0000-000000000000
112+ ```
You can’t perform that action at this time.
0 commit comments