Forum Discussion
keobrie
4 years agoHelper I
Dataset Metadata
I need to prepare a list of all datasets in a given Power BI org and each dataset's metadata (created date, last refreshed, workspace, endorsement, owner, etc.) just like is presented on the Datasets...
- 4 years ago
Hi keobrie ,
You could try toget dataset list with PowerShell.
Get-PowerBIDataset [-Scope <PowerBIUserScope>] [-Filter <String>] [-First <Int32>] [-Include <String>] [-Skip <Int32>] [-WorkspaceId <Guid>] [<CommonParameters>]To learn more details and operations ,refer:
Get dataset list with PowerShell
Exporting the workspaces list from the Admin Portal
Did I answer your question? Mark my post as a solution!
Best RegardsLucien
v-luwang-msft
4 years agoCommunity Support
Hi keobrie ,
You could try toget dataset list with PowerShell.
Get-PowerBIDataset
[-Scope <PowerBIUserScope>]
[-Filter <String>]
[-First <Int32>]
[-Include <String>]
[-Skip <Int32>]
[-WorkspaceId <Guid>]
[<CommonParameters>]
To learn more details and operations ,refer:
Get dataset list with PowerShell
Exporting the workspaces list from the Admin Portal
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien