Forum Discussion
Fetching Semantic Model Refresh Date Time in Reports
- 2 years ago
Hi PowerBI_Mallow ,
You can use the Power BI API to achieve this. There is some complexity in setting it up though.
Here is some additional information:
Using the API:
https://learn.microsoft.com/en-us/rest/api/power-bi/#next-steps
Get refresh history (including start and end times)
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history
Hi PowerBI_Mallow ,
You can use the Power BI API to achieve this. There is some complexity in setting it up though.
Here is some additional information:
Using the API:
https://learn.microsoft.com/en-us/rest/api/power-bi/#next-steps
Get refresh history (including start and end times)
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history
- PowerBI_Mallow2 years agoFrequent Visitor
Hi djurecic ,
Thanks for your response!
As you mentioned using Power BI API with Dataset permissions is quite complex to achieve. Can you please add any references or blogs that has implementations for achieving my requirement.