Forum Discussion

Rajan244's avatar
Rajan244
Helper I
3 years ago
Solved

Keep route map empty before filter

I am trying to visulize the vessel routes using Route Map. The good thing is map show the perfact routes.   The issue is without filtering by default map looking something like this:     S...
  • amitchandak's avatar
    3 years ago

    Rajan244 , Create a measure like this and use in visual level filter

     

    int(calculate(isfiltered(Table[vessel]), allselected())) 

     

    Make sure this measure =1 , in visual level filter