Forum Discussion
Anonymous
6 years agoNot applicable
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 th...
amitchandak
6 years agoSuper 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
jdbuchanan71
6 years agoSuper 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.