Forum Discussion
Power BI Map Help
Hello W2SANC ,
Create a calculated column that clearly identifies each location. Like below formula:
CountyState = [County] & ", " & [State]
-Use this column in your map visual’s Location field.
-This helps Power BI avoid confusion between counties with the same name in different states (e.g., there are 30+ Washington Counties in the US).
After that:
Select your CountyState column
Go to the Modeling tab > Data Category → Set to Place or County
If this solved your issue, please mark it as the accepted solution. ✅
Hello! Can you do a little bit more of a step by step on this part:
After that:
Select your CountyState column
Go to the Modeling tab > Data Category → Set to Place or County
Where do I select the county state column (County, State) ? in the modeling tab?