Forum Discussion
Drill thru functionality
i have a table with ID, name and status like below. i have page for each ID with description details. when i righclick on ID 123 i want to see only 123 drill thru option instead all other ID drill thru page options.
please help me if their is any other way i can accomplish this scenario.
ID name status
123 arizona success
234 Texas failed
456 virginia success
543 newyork success
4 Replies
- jdbuchanan71Super User
Anonymous
That's not really how drillthrough works. You only need one drillthrough target page, not one for each ID. Then when you right click on a single ID and drillthrough that ID is used as a filter on the drillthrough page.
- amitchandakSuper User
Anonymous , There is something in May release see if this can help
https://powerbi.microsoft.com/en-us/blog/power-bi-desktop-may-2020-feature-summary/#_Cond_dest_drill
- jdbuchanan71Super User
Interesting amitchandak I guess you could do it with a SWITCH() in the destination measure using the SELECTEDVALUE of the ID column. That would still require a page for every ID which seems less than ideal if you are showing the same view for each ID though.
- v-yingjlCommunity Support
Hi Anonymous ,
As jdbuchanan71 mentioned, you need to create a new page to enable drillthrough, put the [ID] column in the drill-through fields filter, set it as 'Used as category', then you can return to your home page, right click ID field in the table visual to use drillthrough to get the corresponding information in the drillthrough page.
You can also refer this document about using drill through in details: Set up drill through in Power BI reports
Best Regards,
Yingjie LiIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.