InfluxDB 2.7.0 - Mosaic - Fill Column from Measurement Value?

Hi,

It’s possible to create a mosaic chart with “fill column” from the value of a Measurement? In my case, some temperature data.

My Query Script:

from(bucket: v.defaultBucket)
  |> range(start: v.timeRangeStart, stop: v.timeRangeStop)
  |> filter(fn: (r) => r._measurement == "device_frmpayload_data_TempC_SHT")
  |> keep(columns: ["_time", "_value", "device_name"])
  |> yield()

Hello @lucianovk,
Welcome!
I’m not entirely sure I understand your question.
Could you rephrase please or include screenshots to demonstrate what you mean?
Thank you

Hi @Anaisdg ,

The field “_value” from my query is not available for use as “Fill Column” property in the chart customize interface. (Attached image)

Thank you in advance!