I am using SSRS 2008 R2 and have the following map.
In my opinion, it looks very ugly with all of the zip codes showing for each area so what I would like to do is only show the zip code when the area has more than 10% of the total number of people in it. I was reading here (Troubleshooting Reports) so I don't know if this is possible. A coworker was telling me that for Charts/Graphs in SSRS there is a #PERCENT that would allow me to do something like:
Visibility Expression: =#PERCENT > 10
but I couldn't get it to work. Any help would be appreciated!