Forum Discussion

PC20's avatar
PC20
Frequent Visitor
3 years ago
Solved

Execute Power BI report using Power Automate

I want to create a data flow like:

Trigger -->  Modify the data --> Store modified data in Sharepoint

 

1. Trigger the flow - when Sharepoint List gets updated/modified.

2. On this trigger, execute Power BI report (uploaded in Power BI service).

In power BI report, I will make some modifications to the data.

3. The modified data should be stored back in Sharepoint.

 

Is this a possibility or anything similar that can achieve this solution.

9 Replies

  • 2. On this trigger, execute Power BI report (uploaded in Power BI service).
    
    In power BI report, I will make some modifications to the data.

    This part is not clear to me.  Maybe you mean "Initiate a Power BI dataset refresh"?

     

    Note that dataset refreshes are processed asynchronously. You would have to include logic in your flow to wait for the completion of the refresh before proceeding with the next step.

    • PC20's avatar
      PC20
      Frequent Visitor

      In step 2, there will be some data modification required. Like, masking some data, adding few custom columns.

      For this, I was exploring Power BI report/or any other possible way.

       

      After these data modifications, I need the modified data to be stored back to Sharepoint.

    • PC20's avatar
      PC20
      Frequent Visitor

      Yes, on trigger there will be data refresh to read the latest data alongwith below.

      In step 2, there will be some data modification required. Like, masking some data, adding few custom columns.

      For this, I was exploring Power BI report/or any other possible way.

       

      After these data modifications, I need the modified data to be stored back to Sharepoint.

      • lbendlin's avatar
        lbendlin
        Super User

        I still don't understand why you want to do it this way, but you can use the "Execute a DAX query against a dataset" action to pull the Power BI data.

  • Hey,Can you be a little clear as to what you mean by #2 {

    On this trigger, execute Power BI report (uploaded in Power BI service).

    In power BI report, I will make some modifications to the data.}

     

    Do you mean you need to refersh the powerbi report and wrtie back into Powerbi?