Forum Discussion
POWER BI Dashboard
Hi amitchandak ,
I am looking for Automation tool or script for testing whether POWER BI Dashboard is refreshed or not?
Is it possible to write a python script with respect to date and timestamp for checking dashboard is refreshed or not. What is the best tool for testing dashboard is refreshed or not?
shrikant1617 , Power BI REST APIs can help. I got one for dataset
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-execution-details
You can refer all here -https://docs.microsoft.com/en-us/rest/api/power-bi/
3 Replies
- amitchandakSuper User
shrikant1617 , Power BI REST APIs can help. I got one for dataset
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-execution-details
You can refer all here -https://docs.microsoft.com/en-us/rest/api/power-bi/
- shrikant1617New Member
Yeah it works effectively and efficiently.
One more thing how do i check the loading time of each dashboard and compare it with benchmark set.
- shrikant1617New Member
Hi amitchandak ,
REST API will chceck the dataset is refreshed or not, but my doubt is table which is getting refreshed is from databse or ...??