Forum Discussion
Tn_Gartn
7 years agoFrequent Visitor
does R script Visual supports Drill down in PowerBI ?
I have a requirement to create 4 reports. 3 reports I am able to create using powerBI visuals and 1 report i need to create using R script visuals. I created a chart using R script visuals. Whenever ...
v-juanli-msft
7 years agoCommunity Support
Hi Tn_Gartn
Currently, R visuals respond to highlighting other visuals, but you cannot click on elements in the R visual in order to cross filter other elements.
Please know the limitations
https://docs.microsoft.com/en-us/power-bi/visuals/service-r-visuals#known-limitations
Regarding drill down feature in custom visuals, you could refer to this similar thread or this code in Github, these suggest ways to add the drilldown property to a custom visual.
Additionally, here is a custom visual you may have a try to see if it helps.
https://blog.pragmaticworks.com/power-bi-custom-visuals-drilldown-player
Best Regards
Maggie