Missing panel Data compared from table view data

I have problem with data sync. In Table View, I can see all data. but when I changed table view then click refresh button, some data are disappeared. Is there any solution about this problem?

grafana-data-missing-error

Query Inspector (missing data)

Object
request:Object
url:"api/ds/query"
method:"POST"
data:Object
queries:Array[1]
range:Object
from:"1651040359777"
to:"1651645159777"
hideFromInspector:false
response:Object
results:Object
A:Object

Query Inspector (All data)

Object
request:Object
url:"api/ds/query"
method:"POST"
data:Object
queries:Array[1]
range:Object
from:"1651040546524"
to:"1651645346524"
hideFromInspector:false
response:Object
results:Object
A:Object

@sungwonlee welcome to the :grafana: community!

Can you share export and share the dashboard json? What calculation to do you have selected for this stat?

It looks like the range changes when you refresh. I’m curious how many datapoints exist in each range and what their values are. Can you also follow these steps to share your raw unformatted data? That way, the community can try and mock up your problem :+1: