Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Rajan244
Helper I
Helper I

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:

 

Rajan244_0-1663760727515.png

 

So my question is, is it possible to make map blank by default before any specific vessel selection?

Moreover, I am filtering the vessel by selection the perticular vessel bar from bar chart.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@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

Hi @amitchandak Thank you for your experties.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.