Forum Discussion

uweklatt's avatar
uweklatt
Regular Visitor
9 years ago

dashboard line card does not display stream data

Hello,

 

I use the following row dataformat with RAW API:

[
{
"Datum" :"2016-10-30T12:49:04.866Z",
"Temperatur" :98.6,
"Feuchte" :98.6,
"Wind" :98.6
}
]
When adding a line chart as a new dashboard card (top right), I cant select a time range and see no lines.
A report from same data works (bottom right):

dashboard

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Uwe

2 Replies

  • v-caliao-msft's avatar
    v-caliao-msft
    Microsoft Employee

    Hi uweklatt,

     

    In your scenario, could you change the visual from line to table and check if there are data or not?

     

    Besides, could you please share us more setting about your line chart, so that we can make further analysis.

     

    Regards,

    Charlie Liao

    • uweklatt's avatar
      uweklatt
      Regular Visitor

      Hello,

       

      if I use this table in a report, I can see correct data (a new row every 5 minutes).

      (You can see the table in the attached picture of my first posting).

       

      My problem exists, when I create a "custom streaming data" tile directly in a dashboard.

       

      What I am doing:

      - Add a new tile of type "custom streaming data".

      - Choose my existing "weather" streaming dataset

      - Select type "line chart", date value as "axis", temperature, humidity and wind values as "value".

       

      Simple "card tiles" are working as expected.

       

      Uwe