# Kibana visual shows wrong value

**URL:** https://discuss.elastic.co/t/kibana-visual-shows-wrong-value/231550
**Category:** Kibana
**Created:** [May 7, 2020, 1:32pm UTC](https://discuss.elastic.co/t/kibana-visual-shows-wrong-value/231550 "2020-05-07T13:32:10Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![jsanz](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jsanz/32/53734_2.png) [@jsanz](https://discuss.elastic.co/u/jsanz)
#### Post date: [May 8, 2020, 2:57pm UTC](https://discuss.elastic.co/t/kibana-visual-shows-wrong-value/231550/2 "2020-05-08T14:57:46Z")

</div>

Can you take a look into the queries kibana is doing in each case? You need to open the `Inspect` link in the visualization top bar and check both tabs for the `Request` and `Response`. You can actually copy the request into the Kibana Dev Console adding a `GET /your_index/_search` to execute the query on your own.

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/0/0/00038da79a824f73ff3e7fc191a4261315ac45ad.png)

I'm thinking you may be hitting [something similar to this scenario](https://discuss.elastic.co/t/kibana-visualization-time-range-filter-gave-incorrect-result/126662/2?) where time zone settings could affect the results, but for sure checking the queries and results will give a pointer on why Kibana is giving different results.

Hope it helps!!

---

_[View the full topic](https://discuss.elastic.co/t/kibana-visual-shows-wrong-value/231550)._
