Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
keobrie
Helper I
Helper 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 tab of the PBI Service.  However I need this list in an analyzable form such as in Excel, CSV, etc.  Is there any way to do this?  If not, is there an easy way to get a count of datasets based on the year of their last refresh date?

 

 

keobrie_0-1639417859593.png

 

1 ACCEPTED SOLUTION
v-luwang-msft
Community Support
Community 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

Get-PowerBIDataset

Exporting the workspaces list from the Admin Portal

 

Did I answer your question? Mark my post as a solution!


Best Regards

Lucien

View solution in original post

2 REPLIES 2
v-luwang-msft
Community Support
Community Support

Hi @keobrie ,

Has your problem been solved, if so, please consider Accept a correct reply as the solution or share your own solution to help others find it.

Best Regards
Lucien

v-luwang-msft
Community Support
Community 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

Get-PowerBIDataset

Exporting the workspaces list from the Admin Portal

 

Did I answer your question? Mark my post as a solution!


Best Regards

Lucien

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.