Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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:
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.
Solved! Go to Solution.
@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
@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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.