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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
hitesh1607
Advocate II
Advocate II

Track Status of Dataset via API

I am triggering the datasets via API so that it runs after my SQLServer job of refreshing dimension and fact tables.

I am trying to get the status/notification on a table or somewhere about the dataset refresh, when the job (Dataset refresh) is still started, running, or completed.

 

 

1 ACCEPTED SOLUTION
mariussve1
Super User
Super User

Hi,

 

When you trigger the refresh dataset api it should return a refreshid. This can be used in a new rest api call and you can Get the refresh status by using this:

 

https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-execution-details-in-group

 

Br

Marius


Br
Marius
BI Fabrikken
www.bifabrikken.no

View solution in original post

1 REPLY 1
mariussve1
Super User
Super User

Hi,

 

When you trigger the refresh dataset api it should return a refreshid. This can be used in a new rest api call and you can Get the refresh status by using this:

 

https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-execution-details-in-group

 

Br

Marius


Br
Marius
BI Fabrikken
www.bifabrikken.no

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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