The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Dear community,
have 16 servers. For all servers, I'm creating an overview where each server is listed with some details (CPU rate, storage usage etc.). And I have a detailed site where I show the history and some more facts of the last 7 days of the servers; this is my drill through page.
In order to display all the servers, I have added blank buttons and added the name of the server as a text to the button. When the button is pushed, I want to automatically switch the the detailed server page and filter everything based on the button text. So the context of the drill through is equals to the button text.
How can I achieve this?
I already added the drill through option to the button, but it is not working yet:
Server name at button text:
At the detailed server site, I have a slicer with all server names which is the target of the drill through and should filter all other visuals on the detailed page:
Thanks for your support!
Solved! Go to Solution.
Hi @Eleandro ,
Using drillthrough, you need to drill from a data point to the target page.
Please set the drill through filter option on the target page and select the target page as destination.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Eleandro ,
Using drillthrough, you need to drill from a data point to the target page.
Please set the drill through filter option on the target page and select the target page as destination.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Don't create buttons for each server. Create a single drillthrough button, and put a table visual next to is with the server names, Now, when you select a single server you can click the drillthrough button.
You may want to consider using Tooltip Pages instead though. That way you can show the same information when hovering over the server entries in the table, without the need to click anything.