Forum Discussion
Which is best adding or tool for doing write back operations in power BI
Can any one suggest a tool which can do write back, mail, data export with conditional formatting in power BI?
1 Reply
- bhanu_gautam
Super User
Hi Anonymous
To implement the write-back functionality, we create a canvas app in Power Apps from a Power BI report. The app captures data from the Power BI report and creates a gallery out of it; at the same time, the app is connected to the same data source as the one feeding Power BI – we are going to use this to write the data.
Please refer to the following document for more information.
Writeback Comments: How To Implement Them in Power BI & Power Apps (zebrabi.com)
Write Back from Power BI using Power Apps - Power Platform Community (microsoft.com)
If you want to connect to Excel from Power Apps, refer to this document.
Please accept as solution if it helps