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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
H_AS
Regular Visitor

How to extract refresh history?

Hello Everyone,

 

I want to extract the refresh history of a dataset/data flow.

I tried one of the ways posted on Microsoft that used REST API (I used Postman). I followed the steps from https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history and yet I am getting the following error:

H_AS_0-1630909691446.png

 

Is there any other method I could use to get the refresh history?

 Please help.

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @H_AS ,

If you are a Power BI Admin, you can click the gear icon in the upper right corner of the service page and select the "Admin Portal" option. Find the Refresh summary menu, click on the History tab, and then click on "Export" to download and refresh the history.

yingyinr_0-1631089787975.pngAlternatively, you can use Powershell or Rest API to download the refresh history. You can refer to the link below for details.

Note: If you call the relevant Rest API, please make sure you have read or write access to the corresponding dataset or data stream first.

Get refresh history for datasets:

From PowerShell Get Refresh History In Group from Power BI REST APIs and export do CSV

Export-RefreshHistory

Get refresh history for dataflow:

Dataflows - Get Dataflow Transactions

Power BI Dataflow - Refresh History

Best Regards

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @H_AS ,

If you are a Power BI Admin, you can click the gear icon in the upper right corner of the service page and select the "Admin Portal" option. Find the Refresh summary menu, click on the History tab, and then click on "Export" to download and refresh the history.

yingyinr_0-1631089787975.pngAlternatively, you can use Powershell or Rest API to download the refresh history. You can refer to the link below for details.

Note: If you call the relevant Rest API, please make sure you have read or write access to the corresponding dataset or data stream first.

Get refresh history for datasets:

From PowerShell Get Refresh History In Group from Power BI REST APIs and export do CSV

Export-RefreshHistory

Get refresh history for dataflow:

Dataflows - Get Dataflow Transactions

Power BI Dataflow - Refresh History

Best Regards

Hi @Anonymous 

thank you for the examples. As I see, they use a personal users for login. In my case, I would like to use Application permissions "Tenant.Read.All", but I always get a 401 HTTP response, as "Dataset.Read.All" is required to get datasets refresh tables. Do you have an idea how to solve this with Tenant.Read.All permissions?

Best regards

bisamuraik

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors