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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
tsraaj
Frequent Visitor

Getgroup().Value showing 0

im trying to download bi report through c# application. but get workspce info that time getgroup().value showing 0. my code mentioned below.. shall i do any configiration in BI side. how to create groups..

 

var workspaces = pbiClient.Groups.GetGroups().Value; 
foreach (var workspace in workspaces)
{
if (workspace.Name.Equals(WorkspaceName))
return workspace;
}
return null;

 

getgroups().value showing 0 so return value is null. so i getting error workspce is null

 

tsraaj_0-1655956171459.png

 

Anyone share solution for this

1 REPLY 1
Anonymous
Not applicable

Hi @tsraaj,

What type of workspace are you testing and where did this workspace host? Have you checked you are testing with the account that has corresponding permission to operate these workspaces?

Please share some more detailed information or help us clarify and troubleshoot your issue.

How to Get Your Question Answered Quickly  

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.