Forum Discussion

tsraaj's avatar
tsraaj
Frequent Visitor
4 years ago

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

 

 

Anyone share solution for this

1 Reply

  • Anonymous's avatar
    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