Forum Discussion

mikebi's avatar
mikebi
Helper III
2 years ago
Solved

PowerApps integration to Power BI

Hello, 

I am integration Power Apps to Power BI.

When the user selects a record in the table the Power App displays details about the record and allows the user to update.

 

After the update I refresh the visual using PowerBIIntegration.Refresh().  However I loose the table selected record.

 

Is there a way to restore the selected record in Power BI after I do the PowerBIIntegration.Refresh()?

 

Thank You,

 

Michael

3 Replies

  • Hi mikebi 

     

    As far as I know, once the user selects a record in the power BI app and updates it, you would need to ensure that that update is saved back to the source. Then once it is saved back to the source, you could then refresh the power. BI report, which would then show the updated record With regards to showing the selected record as far as I am aware, there is no way to do this.