Forum Discussion

sams99's avatar
sams99
Regular Visitor
3 years ago

Get-PowerBIWorkspace not returning data for all columns

I'm running the following comand in PowerShell:

Get-PowerBIWorkspace -Scope Organization -All | Select-Object -Property *

But Reports, Dashboards, Datasets, Dataflows and Workbooks columns are empty.

 

I'm also running Get-PowerBIReport for example but that output doesn't include WorkspaceId so can't link them.

 

I would like the emtpy columns populated.

Is this issue due to access rights? I'm a Power BI Admin.

 

Is the only solution some For Each loop? But I wonder why the columns are there in the first place, if that is the case.

Any suggestions?

No RepliesBe the first to reply