Forum Discussion
rajulshah
Resident Rockstar
9 years agoMAP showing wrong locations
I am having some issues regarding plotting of locations in Power BI Maps using postal codes. I have a column where I have concatenated Country name and postal code in format as "CountryName,Posta...
HDuva
8 years agoNew Member
I found the solution on https://community.powerbi.com/t5/Desktop/Map-visualation-show-wrong-locations-after-update/m-p/208462#M91916
1 - Upgrade to June 30th
2- In the datasource query editor, I created a custom column with this formula =Text.Combine({[Address],[City],[Country]}, ", ")
3 - In the Modeling Tab of PBI Desktop, I configured the data category for the new custom Column as type Place.
4 - Use the new custom column as location for the Map Control.