Forum Discussion
Is it possible for a Custom Visual to edit data in a SharePoint List from Report Server
Is it possible for a Custom Visual to edit data in a SharePoint List from Report Server? If so, is there one already present in the visual store, or do I have to program one?
3 Replies
- lbendlinSuper User
Data writeback is a weak spot in Power BI. Currently you are limited to PowerApps or PowerAutomate visuals, or to R/Pyhton scripts. Not sure if the Javascript for custom visuals supports writing to Sharepoint.
Also consider that even if you succeed, the customer UX will still be broken as the data changes will not be reflected in the dataset immediately.
- jsflintFrequent Visitor
Thanks for the response! So, it's at least possible to create one with R? Can I use R only, or would I have to use something like javascript along with it?
- lbendlinSuper User
I _think_ so. It's on my list of things to test. Why don't you give it a go as well and we'll see how far we can push that rope.