Forum Discussion

mowu's avatar
mowu
New Member
8 years ago
Solved

Question of integrate map with restful api

Hi, we had integrate dataset with map and push data to dataset every 5 min by restful api then show the data in map, but we would like to filter specific columns and only show last status on the map...
  • v-ljerr-msft's avatar
    8 years ago

    Hi mowu,

     

    Do you have a Timestamp field/column in your datasset that indicates when a record is added? If yes, you should be able to use that Timestamp  field/column to apply a visual level filter(top 1 by latest [ts]) on the map visual to only show last status on the map. :smileyhappy:

     

     

    Regards