User Profile
mjbirrer
Frequent Visitor
Joined 6 years ago
User Widgets
Contributions
report subscription distribution limitation
Hi, Is there a limitation with how many users can be on a distribution list for a PowerBI Report Subscription? We are having an issue sending out a report to a large audience in our organization and the only thing we can come up with is that it's hitting a limitation on the number of users it's sending to (almost 300). Is there any way around this or is there something else we're not thinking of? We're using an O365 email distribution list to deliver the report, but it doesn't seem to matter. Thanks, JeffSolved1.8KViews0likes3CommentsRe: Power Shell Invoke-PowerBIRestMethod -Method Post failing
I was the one that created it. These are the permissions I have added. Notice the warning on the tenant permission. Here is the script i'm trying to run. Basically pull all workspaces and associated users. I can do this for my workspaces, but when i open it up to -Scope Organization, it fails. Invoke-PowerBIRestMethod : One or more errors occurred. At C:\Users\jeffrey.birrer\Documents\PowerBI\PowerBI_ExportContent_NEW.ps1:38 char:13 + $wkpacc = Invoke-PowerBIRestMethod -Url $APIUrl -Method Get|Convert ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : WriteError: (Microsoft.Power...werBIRestMethod:InvokePowerBIRestMethod) [Invoke-PowerBIRestMethod], AggregateException + FullyQualifiedErrorId : One or more errors occurred.,Microsoft.PowerBI.Commands.Profile.InvokePowerBIRestMethod # Authenticate to the Power BI Service API Connect-PowerBIServiceAccount # Arrays to hold retrieved data $access = @() # Get the workspace data $workspaces = Get-PowerBIWorkspace #-All -Scope Organization | Where-Object { $_.State -match 'Active' } ForEach($Workspace in $Workspaces) { $wkpacc = @() $Wkpname = $Workspace.Name $wkpid = $Workspace.Id $APIUrl = 'groups/'+$wkpid+'/users' $wkpacc = Invoke-PowerBIRestMethod -Url $APIUrl -Method Get|ConvertFrom-Json|SELECT -ExpandProperty Value|SELECT displayName,groupUserAccessRight|Add-Member -MemberType NoteProperty -Name WorkspaceName -Value $Wkpname -PassThru $access += $wkpacc } $access | Export-CSV "C:\Users\jeffrey.birrer\Desktop\PowerBI_WorkspaceUsers.csv" -NoTypeInformation13KViews0likes0CommentsRe: Power Shell Invoke-PowerBIRestMethod -Method Post failing
GilbertQ I know this is an old post, but i'm going throught he same thing...Everything is working fine except the Read All from Tenant. I am getting an error/alert that "Tenant.Read.All" is not granted for my organization. Is this something that i just need an O365 admin to approve? I'm only admin for PowerBI, so not sure what to do at this point.13KViews0likes2Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.