Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
I would like to know if it's possible to show in a table all the refresh information of my reports in Power BI ? Below you wil find the table wanted. I would like to have the start date, start time, end time and the duration of the refresh and if possible the status "Completed" if the refresh is ok and "Error" if the refresh didn't succeed.
Thanks in advance for your help !
Solved! Go to Solution.
Hi @Lainkito59,
You can get this kind of information from the Get Refresh History REST API:
Datasets - Get Refresh History - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Here a sample response:
{ "value": [ { "refreshType": "ViaApi", "startTime": "2017-06-13T09:25:43.153Z", "endTime": "2017-06-13T09:31:43.153Z", "status": "Completed", "requestId": "9399bb89-25d1-44f8-8576-136d7e9014b1" } ] }
Here a way on how to connect to Power BI REST API:
Here an example on how to call the REST API (in this case, the refreshSchedule API):
https://www.tackytech.blog/how-to-get-the-next-scheduled-refresh-date-into-your-power-bi-report/
Let me know if this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! | |
#proudtobeasuperuser | |
Hi @Lainkito59,
You can get this kind of information from the Get Refresh History REST API:
Datasets - Get Refresh History - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Here a sample response:
{ "value": [ { "refreshType": "ViaApi", "startTime": "2017-06-13T09:25:43.153Z", "endTime": "2017-06-13T09:31:43.153Z", "status": "Completed", "requestId": "9399bb89-25d1-44f8-8576-136d7e9014b1" } ] }
Here a way on how to connect to Power BI REST API:
Here an example on how to call the REST API (in this case, the refreshSchedule API):
https://www.tackytech.blog/how-to-get-the-next-scheduled-refresh-date-into-your-power-bi-report/
Let me know if this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! | |
#proudtobeasuperuser | |
User | Count |
---|---|
84 | |
78 | |
70 | |
47 | |
41 |
User | Count |
---|---|
108 | |
52 | |
50 | |
40 | |
40 |