# Markdown link with current filter

**URL:** https://discuss.elastic.co/t/markdown-link-with-current-filter/226245
**Category:** Kibana
**Created:** [April 2, 2020, 3:42pm UTC](https://discuss.elastic.co/t/markdown-link-with-current-filter/226245 "2020-04-02T15:42:01Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![flash1293](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/flash1293/32/41227_2.png) [@flash1293](https://discuss.elastic.co/u/flash1293)
#### Post date: [April 3, 2020, 8:05am UTC](https://discuss.elastic.co/t/markdown-link-with-current-filter/226245/5 "2020-04-03T08:05:10Z")

</div>

I just tried this and it worked fine for me. Which version are you running on? Also make sure to just link to the dashboard id without all of the parameters in the url.  
If this is your url

```auto
http://localhost:5301/app/kibana#/dashboard/1eac8b60-73e9-11ea-a885-a914feebe655?_a=(description:'',filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),panels:!((embeddableConfig:(),gridData:(h:15,i:fcc540d6-bf64-484e-bf88-2792393f6e0e,w:24,x:0,y:0),id:'3ba638e0-b894-11e8-a6d9-e546fe2bba5f',panelIndex:fcc540d6-bf64-484e-bf88-2792393f6e0e,type:search,version:'8.0.0')),query:(language:kuery,query:''),timeRestore:!f,title:bbb,viewMode:view)&_g=(filters:!(('$state':(store:globalState),meta:(alias:!n,disabled:!f,index:ff959d40-b880-11e8-a6d9-e546fe2bba5f,key:category.keyword,negate:!f,params:(query:'Men!'s%20Clothing'),type:phrase),query:(match_phrase:(category.keyword:'Men!'s%20Clothing')))),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))

```

just link to

```auto
/app/kibana#/dashboard/1eac8b60-73e9-11ea-a885-a914feebe655

```

otherwise the pinned filters would get overridden by the URL.

---

_[View the full topic](https://discuss.elastic.co/t/markdown-link-with-current-filter/226245)._
