Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
kimlaurits
Frequent Visitor

Invoke-PowerBIRestMethod - description of Workspace

Hi,

I am trying to automate the creation of PowerBI Workspaces.

I am able to create a new workspace:

$body = '{"name": "' + $PowerBIWorkspaceName + '"}'
$PowerBIWorkspace = Invoke-PowerBIRestMethod -Url 'groups' -Method POST -Body $body | ConvertFrom-Json

 

But I would like to set the description of the Workspace as well.

If I read Groups - Create Group - REST API (Power BI Power BI REST APIs) | Microsoft Docs - I can only see name in the request.

And I can't figure out if I can set the description after the creation. 

 

Any ideas?

1 ACCEPTED SOLUTION
kimlaurits
Frequent Visitor

Unfortunately it doesn't seem to be possible to achieve with a service principal.

 

When changing description this API is used:

Admin - Groups UpdateGroupAsAdmin - REST API (Power BI Power BI REST APIs) | Microsoft Docs

 

And that API is not supported when using a service principal:

https://docs.microsoft.com/en-us/power-bi/enterprise/read-only-apis-service-principal-authentication...

 

View solution in original post

5 REPLIES 5
kimlaurits
Frequent Visitor

Unfortunately it doesn't seem to be possible to achieve with a service principal.

 

When changing description this API is used:

Admin - Groups UpdateGroupAsAdmin - REST API (Power BI Power BI REST APIs) | Microsoft Docs

 

And that API is not supported when using a service principal:

https://docs.microsoft.com/en-us/power-bi/enterprise/read-only-apis-service-principal-authentication...

 

Hariharan_R
Solution Sage
Solution Sage

Hi

I hope this REST API supports only Name as a body parameter for workspace and no placeholder for description. We need to add them manually.

 

Thanks

Hari

Hi Hari,

 

Okay, so it's not possible to for example set the description after the Workspace has been created?

 

/Kim

You can add the description manually by going to Power BI service workspace.

 

Thanks

Hari

 

Yes I know, but I am trying to automate PowerBI workspaces 🙂

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.