Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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 | |
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
79 | |
59 | |
35 | |
34 |
User | Count |
---|---|
100 | |
62 | |
56 | |
47 | |
41 |