Forum Discussion
Power BI dataset info report
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
- Anonymous6 years agoNot 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.
- Jayendran6 years agoSolution 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
- Anonymous6 years agoNot applicable
Any inputs here please..
Other way I would like to just create a reports where I can see all of the datasets refresh history .