# Selective loading of visualizations on dashboard

**URL:** https://discuss.elastic.co/t/selective-loading-of-visualizations-on-dashboard/39112
**Category:** Kibana
**Created:** [January 13, 2016, 1:35pm UTC](https://discuss.elastic.co/t/selective-loading-of-visualizations-on-dashboard/39112 "2016-01-13T13:35:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![dita](https://avatars.discourse-cdn.com/v4/letter/d/e0b2c6/32.png) [@dita](https://discuss.elastic.co/u/dita)
#### Post date: [January 13, 2016, 1:35pm UTC](https://discuss.elastic.co/t/selective-loading-of-visualizations-on-dashboard/39112/1 "2016-01-13T13:35:23Z")

</div>

Is it possible to program a Dashboard so that it only shows a visualization depending on a selected filter?

In my case I’m using Kibana for netflow analysis.  
We have a line diagram showing the network load and a table showing the top 10 traffic users.

My third element on the dashboard is a table showing the source and target IP as well as the source and target port of every thread a specific IP is having.  
This table loads just fine when an IP is added to the filter.  
If there is no IP selected, the table tries to load all threads of all IP's, Elastic crashes, Kibana times out, etc.

So I want to prevent the element from loading when there is no IP filter in place.  
As soon as an IP is clicked in one of the other objects, the table should be calculated, loaded and shown.

Can such a thing be done?

---

<div class="post-metadata">

### Author: ![lukas](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/lukas/32/6812_2.png) [@lukas](https://discuss.elastic.co/u/lukas)
#### Post date: [January 13, 2016, 4:25pm UTC](https://discuss.elastic.co/t/selective-loading-of-visualizations-on-dashboard/39112/2 "2016-01-13T16:25:01Z")

</div>

Unfortunately, there is no way to conditionally show visualizations on a dashboard.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 2:05pm UTC](https://discuss.elastic.co/t/selective-loading-of-visualizations-on-dashboard/39112/3 "2017-07-06T14:05:08Z")

</div>


