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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
markc
Advocate II
Advocate II

Map issue - location name

This might be something low on the list as the userbase would be small but I have run into an issue with the map visual.

 

In Louisiana, we don't have "Counties", we call them "Parishes". (The nomenclature goes back to the Louisiana Purchase.) I developed a report using the filled map visual. In my query I brought over my FIPS data where the column is called "county_name". Everything works great. However when I added an alias to it so that the column would be shown as "Parish Name" the map went blank like it didn't know where the locations were.

 

Works:

select county_code
from data

 

Doesn't Work:

select county_code 'Parish Name'
from data

When I removed the alias, the map refreshed and brought back the shaded areas.

 

Like I said, this might be a trivial fix but it would mean the world to those of us creating a reports in Louisiana.

 

Thanks

 

 Mark

3 REPLIES 3
Sean
Community Champion
Community Champion

I have no problem mapping all Parishes with the built-in Regular and Filled Map and ArcGIS too

 

The Column itself is called Parish and as you can see in the Legend the rows in the Parish Column say Parish too not County

 

Parishes.png

 

EDIT: Well with some small modifications even the Shape Map works

remove the word "Parish" from all rows in the column - column can still be called Parish though

replace all "Saint" with "St." and "La Salle" with "LaSalle" no space and there it is Smiley Happy

 

Parishes2.png

 

I am curious as to what is in the table or the JSON file you used. Does it have the coordinates or anything else in it? Or is it strictly the parish names?

 

I tried using the parish name minus the ' Parish' part and it still failed to associate correctly.

 

Thanks.

Sean
Community Champion
Community Champion

Helpful resources

Announcements
Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

Top Solution Authors