Forum Discussion
Create button to copy selected rows from visual table into a new table?
The dashboard is being sent out to multiple different departments, each department will then be able to select which notifications they deem to be our highest priority and then, once selected, click the button to add it to the secondary table which will collect the highest priorities from each department and also display a count for eachnotification for how how many different users designated it high priority
Is this something that is possible?
Both the button and the secondary table would have to be rendered in your framework, outside of the embedded content.
- Ieutomic1 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.
- Ieutomic1 year agoFrequent Visitor
What would the code be for my button to interact with the visual table? Have been looking online and cannot find it