Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
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
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
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.