Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

New table with list of refresh dates

New table with list of refresh dates Hi,  I am making a notification tooltip which shows what happened to the data since the last refresh. So I need a table with the list of refreshes, or at least ...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi  Anonymous ,

    Please review the following links and check if they are what you want...

    Via REST API:

    Get Refresh History In Group

    GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/refreshes

    Get Refresh Execution Details In Group

    GET https://api.powerbi.com/v1.0/myorg/groups/fdb91b8f-0a9b-44c1-b6c0-0cb185c6ebfb/datasets/f7fc6510-e151-42a3-850b-d0805a391db0/refreshes/87f31ef7-1e3a-4006-9b0b-191693e79e9e

     

    Via Admin portal in Power BI Service:

    Refresh summaries for Power BI

    Best Regards