Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Power BI Report based on the dataset refresh data

Hello ,

 

I am trying to create a  power BI dashboard where I can show all existing prod dataset refresh status to higher management. For that I am using Microsoft flow to bring the dataset refresh history on timely .

 

Now here I am able to create a Microsoft flow to bring the refresh history data but not able to save the flow job result which in to excel file .

 

Any one created the dataset refresh status dashboard on power BI. If yes kindly advise me.

  • Hi Anonymous 

    In this link,

    https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getrefreshhistoryingroup

    click on the "try it", on the right window, provide the "group id"(workspace id), datatset id, click "run",

     

    then copy the url (after "Get") in the "Url" box in Power BI (Get daata->Web connector->Advanced)

    copy the code (after "Authorization") in the box in Power BI as i lined.

    Then select the correct credential in the pop-out window to connect to the data source,

    if all above are successful, then in edit queries, click on the "list"->"convert it to table"-"expand"

     

    Best Regards
    Maggie
    Community Support Team _ Maggie Li
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

     

     

5 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Could you please share the API setup setps . Its really helpfull to me. 

       

       

      • v-juanli-msft's avatar
        v-juanli-msft
        Community Support

        Hi Anonymous 

        In this link,

        https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getrefreshhistoryingroup

        click on the "try it", on the right window, provide the "group id"(workspace id), datatset id, click "run",

         

        then copy the url (after "Get") in the "Url" box in Power BI (Get daata->Web connector->Advanced)

        copy the code (after "Authorization") in the box in Power BI as i lined.

        Then select the correct credential in the pop-out window to connect to the data source,

        if all above are successful, then in edit queries, click on the "list"->"convert it to table"-"expand"

         

        Best Regards
        Maggie
        Community Support Team _ Maggie Li
        If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.