Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Solved! Go to Solution.
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
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