Forum Discussion
Anonymous
4 years agoNot applicable
Write to mysql the selected row from data table
Hi, I created a PowerBI report. Requirement is to write to mysql the selected row from data table in dashboard. I created a measure for tapping into the selection. Now I want to append this selected...
lbendlin
Super User
4 years agoNo need for a measure. Use a PowerApps , R or Python visual to grab the contents of your current filter context and then post to the database. Be aware that there is no built-in data write-back capability in Power BI. You're on your own.