Forum Discussion
Ieutomic
1 year agoFrequent Visitor
Create button to copy selected rows from visual table into a new table?
Hi there, I have a list of Notifications, I want to be able to send this to users who can select values fon the visual dashbaord and click a button that will then take those selecteed rows and ad...
lbendlin
Super User
1 year agoBoth the button and the secondary table would have to be rendered in your framework, outside of the embedded content.
Ieutomic
1 year agoFrequent Visitor
I see, and how would i relate the visual table to the button?
- lbendlin1 year ago
Super User
Via code. Upon the user pushing the button your code needs to read the filters applied to the visual, replicate the DAX query, run it, and use the result to render the auxiliary table.