Forum Discussion
Retain selection on visual, even when return back from drill through.
- 5 years ago
Hi, ctspradeep
According to your description, I think the only way to achieve this is to change the “Action type” of the “Back” button to “Bookmark” and select the bookmark you created based on the status you want to keep when you went back:
But the disadvantage is that you can only select one status for the back button so that the original page can’t change dynamically.
You can also follow mahoneypat’s advice to use the tooltip page instead the drill through to achieve the similar output. Please follow these documents:
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-tooltips
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-bookmarks
Thank you very much!
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Whenever a visual is hidden or another page is opened in PowerBI table selections are reset. There are 2 ways I have bypassed this in the past.
Option 1: Extend the canvas and put your drill through table at the bottom and then users will have to scroll down to see the table.
Option 2: Create a button for drill through and a button for returning from the drill through. Then place your drill through table on top of the selection table (if it is see through you will have to put an image under the drill through table to hide the selection table). Then you create 2 bookmarks and 2 buttons. One where you make the drill through table visible and the return from drill through button invisible make sure to leave the selection table visible in this one but keep it behind your drill through table so users can't see it, and the second bookmark you make the drill through and return from drill through button (and image if you used one) invisible and the drill through button visible. Now connect these to the bookmarks to the buttons you made and then the user can select the row they want in the table, click on the drill through button you created and then click on the return from drill through button and the selection will remain.