How to link current filter user used in controls with markdown?

Hi folks,
I am using controls in kibana so that user could get a drop-down and select filter he/she wants. What I am trying to achieve is to create the main dashboard and have markdowns to sub dashboards. But the issue I am facing right now is that the filter is not being carried forward from my main dashboard.

I tried referring to this but did not work. Can someone help me I want to ensure that these filters carry on to other dashboards which the user navigates

https://discuss.elastic.co/t/markdown-link-with-current-filter/226245

Kibana version 7.15.1

How I am trying to access the sub dashboard :

##### Use Below dashboard for detailed visualisation 
[Details](/app/dashboards#/view/a49f9130-378f-11bc-8294-607apcc3862q)

Have you seen dashboard drilldowns? Markdown visualization is not supported but maybe you could solve your use case with drilldowns from other panels in your dashboard.

Yes, I have used drill-downs right now but I wanted a similar feature for markdown as well. Drill down is specific to a single panel I believe I wanted different sub dashboards so used could move and filters would be carried forward.