Fathym
Menu

No data showing

Quick check

  1. Is data flowing? Check the connection status + the Live Stream panel.
  2. Is the surface wired to the right connection?
  3. Is the time window right? Widen it.

Step by step

1. Connection status

IndicatorMeaningDo
Greendata flowingconnection is fine
Yellowwarningcheck configuration
Redno dataconfirm the source is sending
Grayunknownrefresh or reconfigure

Confirm the source (live device, API Source, database) is running and its credentials are valid. From an AI, watch with tail_telemetry.

2. Surface wiring - open the surface and confirm it's fed by the connection that's receiving data (a common cause is wiring to the wrong connection, or none).

3. Time window

// instead of the last hour:
| where Timestamp > ago(1h)
// try the last day:
| where Timestamp > ago(24h)

If the data arrived before your window, it won't appear. Start wide, then narrow.

4. Test with the simulator - wire a simulator to the surface. If simulator data appears, the issue is the external source; if not, check the surface configuration.

Common causes

CauseLooks likeFix
source not sendingconnection shows no datacheck the external source
wrong connectionother data appearsrewire to the right connection
time windowruns but emptywiden the range
field mismatchsome fields emptycheck field names
permissionsaccess deniedcheck team access

Still nothing? Build a test surface with a simulator and compare. Or see Query returns empty.

On this page