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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
jbiundo
New Member

Is there a way to limit a filled map to a single state?

I've created a filled map that shows county level data for a single US state. However, the web link open the map centered on the world, and it's very cumbersome to zoom back in to the state level, especially on a mobile device. Is there a way to limit the map to a single state or at least a specified geographic area? 

 

I was initially trying to build it as a chorpleth map, but I couldn't seem to get the web link to the json file to work. I was trying to use this file: 

https://github.com/deldersveld/topojson/blob/master/countries/us-states/TX-48-texas-counties.json

 

Thanks for any help!

1 ACCEPTED SOLUTION
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @jbiundo,


I was initially trying to build it as a chorpleth map, but I couldn't seem to get the web link to the json file to work. I was trying to use this file: 

https://github.com/deldersveld/topojson/blob/master/countries/us-states/TX-48-texas-counties.json


Using the Shape Map could be good solution in your scenario. 

 

In order to add the TX-48-texas-counties.json file to your Shape Map, you'll need to download the file(here), then add it locally, instead of using the web link. Smiley Happy

 

shapmap.PNG

 

Regards

View solution in original post

3 REPLIES 3
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @jbiundo,


I was initially trying to build it as a chorpleth map, but I couldn't seem to get the web link to the json file to work. I was trying to use this file: 

https://github.com/deldersveld/topojson/blob/master/countries/us-states/TX-48-texas-counties.json


Using the Shape Map could be good solution in your scenario. 

 

In order to add the TX-48-texas-counties.json file to your Shape Map, you'll need to download the file(here), then add it locally, instead of using the web link. Smiley Happy

 

shapmap.PNG

 

Regards

mow700
Resolver I
Resolver I

Sort of, you can set the Auto Zoom property of the Map Controls section to off.  This allows the author to set the map view, but it doesn't change unless the user interacts with the controls.

 

snip_20171019184759.png

 

 

 

jbiundo
New Member

I've created a filled map with county level data for a single US state. However, the web link opens to the world map, and it's very cumbersome zooming into the state level, especially on a mobile device. Is there a way to limit the map so it only shows a single state or at least a specified geographic area and won't zoom out beyond that? 

 

I was initially trying to create the map as a choropleth but could not get the web link to the json file to work. I was using this path: https://github.com/deldersveld/topojson/blob/master/countries/us-states/TX-48-texas-counties.json

 

Thanks for any help! 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors