Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello everyone!
Is that possible to select these data from PBI service workspace in table format using PBI?
Solved! Go to Solution.
Hi @Anonymous
If you are admin, you can check all the tenant informations as described here:
View workspaces - Power BI | Microsoft Learn
You can also configure and use / share Logs as described here:
Hi @Anonymous
You can do this by using Power BI Cmdlets. Open PowerShell with admin rights and run:
Install-Module -Name MicrosoftPowerBIMgmt -Force -AllowClobber
Authenticate:
Connect-PowerBIServiceAccount
Get a list of workspaces:
Get-PowerBIWorkspace -Scope Organization
Then you can get a list of Reports, Datasets and Dashboard running respectively:
Get-PowerBIReport -WorkspaceId <WorkspaceId> -Scope Organization
Get-PowerBIDataset -WorkspaceId <WorkspaceId> -Scope Organization
Get-PowerBIDashboard -WorkspaceId <WorkspaceId> -Scope Organization
(replace the Workspace ID by your own)
Thanks, but I want to select this data like a table. In Power query
Hi @Anonymous
If you are admin, you can check all the tenant informations as described here:
View workspaces - Power BI | Microsoft Learn
You can also configure and use / share Logs as described here:
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.