Forum Discussion
Power BI dataset info report
Hello,
I would like to create a new power bi report where I can see all of the power bi datasets refresh info.
Currently we have more then 20 different power bi reports. Now its very hard to check the dataset execution information checking manually . So here I would like to create a new power BI report which shows the all of power bi dataset refresh start time and end time . ect.
Please suggest If you any one crated this kind report .
4 Replies
- JayendranSolution Sage
Hi Anonymous ,
Basically you have to call the Get Refresh History In Group API to get the details and create your PBI Report from it.
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/refreshesI've done the same thing for Gateways Management, and published the article
- AnonymousNot applicable
Thanks,
Most of my datasets get refersh after dataload . Here we are using Airflow job.. How can i capture this jobs info on power bi report as well.
Any thoughts.
- JayendranSolution Sage
Hi Anonymous ,
I'm not an expert in Airflow, but as a developer I'd suggest always try to use the API's.
It seems Airflow is also providing some api to get the history. So using that you can achieve this.
If my replay helps please mark it as Answer/Give Kudos, so that it will help others too